Skip to content

Commit 2e3f4ff

Browse files
author
Mohsen Azimi
committed
enable strictPropertyInitialization
1 parent 58b387b commit 2e3f4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
2424
// "strictNullChecks": true, /* Enable strict null checks. */
2525
"strictFunctionTypes": true, /* Enable strict checking of function types. */
26-
// "strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
26+
"strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
2727
// "noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
2828
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2929

0 commit comments

Comments
 (0)