Files
bot/packages/embeds/nextjs/tsconfig.json
2023-10-26 15:57:55 +02:00

12 lines
200 B
JSON

{
"extends": "@typebot.io/tsconfig/react-library.json",
"include": ["src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"outDir": "dist"
}
}