2023-07-15 12:26:12 +02:00
|
|
|
{
|
|
|
|
"extends": "@typebot.io/tsconfig/react-library.json",
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["src/*"]
|
|
|
|
},
|
2023-11-08 15:34:16 +01:00
|
|
|
"outDir": "dist",
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"noEmit": false,
|
2024-08-20 14:35:20 +02:00
|
|
|
"emitDeclarationOnly": true,
|
2024-08-20 15:38:11 +02:00
|
|
|
"noEmitOnError": true
|
2023-07-15 12:26:12 +02:00
|
|
|
}
|
|
|
|
}
|