Fix tsconfig strict null checks

This commit is contained in:
2025-12-25 19:25:46 +00:00
parent e129ae24ad
commit dbd8e49b64

View File

@@ -12,6 +12,7 @@
"skipLibCheck": true,
/* Strict type checking */
"strict": true,
"strictNullChecks": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"noImplicitOverride": true,
@@ -34,7 +35,6 @@
]
},
"allowJs": true,
"strict": false,
"incremental": true,
"esModuleInterop": true,
"resolveJsonModule": true,