mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Fix tsconfig strict null checks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user