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

12 lines
200 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"
2023-07-15 12:26:12 +02:00
}
}