2
0
Files
bot/packages/embeds/nextjs/tsconfig.json

16 lines
307 B
JSON
Raw Normal View History

2023-07-15 12:26:12 +02:00
{
"extends": "@typebot.io/tsconfig/react-library.json",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"outDir": "dist",
"declaration": true,
"declarationMap": true,
"noEmit": false,
"emitDeclarationOnly": true
2023-07-15 12:26:12 +02:00
}
}