2
0
Files
bot/packages/deprecated/bot-engine/tsconfig.json
2023-03-15 08:35:16 +01:00

11 lines
178 B
JSON

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