2023-07-15 12:26:12 +02:00
|
|
|
{
|
|
|
|
"extends": "@typebot.io/tsconfig/react-library.json",
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["src/*"]
|
|
|
|
},
|
2023-10-26 15:57:55 +02:00
|
|
|
"outDir": "dist"
|
2023-07-15 12:26:12 +02:00
|
|
|
}
|
|
|
|
}
|