Merge pull request #16387 from keymanapp/chore/disable-null-checks

chore(common): disable strictNullChecks for TypeScript for now
This commit is contained in:
Marc Durdin 2026-08-17 15:31:25 +02:00 committed by GitHub
commit f9b083b0fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@
"noImplicitAny": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": false,
"noUnusedLocals": true,
"allowJs": true,