cal.pub0.org/tsconfig.json

14 lines
207 B
JSON
Raw Normal View History

2022-03-18 13:42:42 +00:00
{
"extends": "@calcom/tsconfig/base.json",
"exclude": [
"node_modules"
],
2022-03-23 21:22:57 +00:00
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": "./",
},
2022-03-18 13:42:42 +00:00
"include": [
2022-03-23 21:22:57 +00:00
"./pages/api/*.ts"
2022-03-18 13:42:42 +00:00
]
}