We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b387b commit 2e3f4ffCopy full SHA for 2e3f4ff
1 file changed
tsconfig.json
@@ -23,7 +23,7 @@
23
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
24
// "strictNullChecks": true, /* Enable strict null checks. */
25
"strictFunctionTypes": true, /* Enable strict checking of function types. */
26
- // "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
+ "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
27
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
28
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
29
0 commit comments