18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"extends": "@typebot.io/tsconfig/react-library.json",
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noEmit": false,
|
|
"emitDeclarationOnly": true,
|
|
"noEmitOnError": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|