fix: add strict true to tsconfig

pull/9078/head
Agusti Fernandez Pardo 2022-05-20 20:48:30 +02:00
parent 656ceefe25
commit 496328b035
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"extends": "@calcom/tsconfig/nextjs.json",
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": {
"@api/*": ["pages/api/*"],