diff --git a/apps/blogai/tsconfig.json b/apps/blogai/tsconfig.json index ff366eb..1fe8980 100644 --- a/apps/blogai/tsconfig.json +++ b/apps/blogai/tsconfig.json @@ -8,7 +8,12 @@ ], "allowJs": true, "skipLibCheck": true, - "strict": true, + //"strict": true, + // ✅ 临时关闭严格检查 ↓↓↓ + "strict": false, + "noImplicitAny": false, + "strictNullChecks": false, + "forceConsistentCasingInFileNames": true, "noEmit": true, "incremental": true, @@ -35,7 +40,7 @@ "name": "next" } ], - "strictNullChecks": true + //"strictNullChecks": true }, "include": [ "next-env.d.ts",