2022-12-22 17:02:34 +01:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"extends": "@typebot.io/tsconfig/react-library.json",
|
2022-12-22 17:02:34 +01:00
|
|
|
"include": ["src/**/*"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["src/*"]
|
2023-01-25 11:27:47 +01:00
|
|
|
},
|
2023-10-26 15:57:55 +02:00
|
|
|
"outDir": "dist"
|
2022-12-22 17:02:34 +01:00
|
|
|
}
|
|
|
|
}
|