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": {
|
"compilerOptions": {
|
||||||
"baseUrl": "app/",
|
"baseUrl": "app/",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"alwaysStrict": false,
|
"alwaysStrict": true,
|
||||||
"strictNullChecks": false,
|
"strictNullChecks": false,
|
||||||
"strictBindCallApply": true,
|
"strictBindCallApply": true,
|
||||||
"strictFunctionTypes": false,
|
"strictFunctionTypes": false,
|
||||||
|
|
Loading…
Reference in a new issue