2
0
Files
bot/packages/schemas/tsconfig.json
2023-11-17 16:54:09 +01:00

10 lines
177 B
JSON

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