Diable strictPropertyInitialization until null check is enabled

This commit is contained in:
Mohsen Azimi 2018-04-13 10:06:55 -07:00
parent 236b1d877a
commit 74559e3856
No known key found for this signature in database
GPG Key ID: 59DEE7A8A4D05E21
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */
"strictFunctionTypes": true, /* Enable strict checking of function types. */
"strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
// "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
"alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */