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,
"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",