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