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

10 lines
177 B
JSON
Raw Normal View History

2022-01-06 09:40:56 +01:00
{
"extends": "@typebot.io/tsconfig/base.json",
"include": ["**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"lib": ["ESNext"],
"noEmit": true
}
2022-01-06 09:40:56 +01:00
}