fix: add strict true to tsconfig

This commit is contained in:
Agusti Fernandez Pardo
2022-05-20 20:48:30 +02:00
parent 656ceefe25
commit 496328b035
+1
View File
@@ -1,6 +1,7 @@
{
"extends": "@calcom/tsconfig/nextjs.json",
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": {
"@api/*": ["pages/api/*"],