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

6 lines
107 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"]
2022-01-06 09:40:56 +01:00
}