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

12 lines
200 B
JSON
Raw Normal View History

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