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

10 lines
192 B
JSON
Raw Permalink Normal View History

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