tsconfig: enable alwaysStrict
This commit is contained in:
parent
fd732f8647
commit
a773c245e8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"baseUrl": "app/",
|
||||
"sourceMap": true,
|
||||
"alwaysStrict": false,
|
||||
"alwaysStrict": true,
|
||||
"strictNullChecks": false,
|
||||
"strictBindCallApply": true,
|
||||
"strictFunctionTypes": false,
|
||||
|
|
Loading…
Reference in a new issue