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

9 lines
164 B
JSON
Raw Permalink Normal View History

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