diff --git a/tsconfig.json b/tsconfig.json index 8e9f2bbbb9..4c11ea54c4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,6 @@ "@server/*": ["server/*"], "@ee/*": ["ee/*"] }, - "allowJs": true, "skipLibCheck": true, "strict": true, "strictNullChecks": true, @@ -20,9 +19,10 @@ "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, + "useUnknownInCatchVariables": true, "jsx": "preserve", "types": ["@types/jest", "jest-playwright-preset", "expect-playwright"] }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "lib/*.js"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] }