mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-21 15:57:42 +00:00
Merge pull request #16387 from keymanapp/chore/disable-null-checks
chore(common): disable strictNullChecks for TypeScript for now
This commit is contained in:
commit
f9b083b0fa
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
"noImplicitAny": true,
|
||||
"strictBindCallApply": true,
|
||||
"strictFunctionTypes": true,
|
||||
"strictNullChecks": false,
|
||||
"noUnusedLocals": true,
|
||||
"allowJs": true,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue