2
0
Files
bot/packages/bot-engine/tsconfig.json
2023-09-20 15:42:34 +02:00

10 lines
192 B
JSON

{
"extends": "@typebot.io/tsconfig/base.json",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"compilerOptions": {
"jsx": "preserve",
"lib": ["ES2021"]
}
}