This commit is contained in:
hailin 2025-06-23 12:40:07 +08:00
parent 895ca4beec
commit 185d1413ba
1 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,12 @@
], ],
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": true, //"strict": true,
//
"strict": false,
"noImplicitAny": false,
"strictNullChecks": false,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"noEmit": true, "noEmit": true,
"incremental": true, "incremental": true,
@ -35,7 +40,7 @@
"name": "next" "name": "next"
} }
], ],
"strictNullChecks": true //"strictNullChecks": true
}, },
"include": [ "include": [
"next-env.d.ts", "next-env.d.ts",