2
0
Files
bot/packages/ai/tsconfig.json

9 lines
164 B
JSON
Raw Normal View History

2024-07-15 14:32:42 +02:00
{
"extends": "@typebot.io/tsconfig/base.json",
"include": ["**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"lib": ["ES2021", "DOM"]
}
}