Enable strictPropertyInitialization (fix #78168)

This commit is contained in:
Benjamin Pasero
2019-11-12 08:08:32 +01:00
parent 382c7f5e9b
commit 9b620f43de
4 changed files with 5 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
"alwaysStrict": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {