tsconfig: enable alwaysStrict

This commit is contained in:
Alex Gleason 2022-03-24 11:08:23 -05:00
parent fd732f8647
commit a773c245e8
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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,