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

9 lines
160 B
JSON
Raw Permalink Normal View History

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