diff --git a/tsconfig.json b/tsconfig.json index 5622a85041..26060017f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@calcom/tsconfig/nextjs.json", "compilerOptions": { + "strict": true, "baseUrl": ".", "paths": { "@api/*": ["pages/api/*"],