2
0
Files
bot/packages/deprecated/bot-engine/tsconfig.json

12 lines
226 B
JSON
Raw Normal View History

2021-12-08 09:33:25 +01:00
{
"extends": "@typebot.io/tsconfig/react-library.json",
2022-11-21 11:12:43 +01:00
"include": ["src/**/*"],
2021-12-08 09:33:25 +01:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"react": ["./node_modules/@types/react"]
2022-11-21 11:12:43 +01:00
}
2021-12-08 09:33:25 +01:00
}
}