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": {
"baseUrl": "app/",
"sourceMap": true,
"alwaysStrict": false,
"alwaysStrict": true,
"strictNullChecks": false,
"strictBindCallApply": true,
"strictFunctionTypes": false,