Skip to content

Commit 0d50f94

Browse files
author
Mohsen Azimi
committed
enable alwaysStrict
1 parent 2e3f4ff commit 0d50f94

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
@@ -25,7 +25,7 @@
2525
"strictFunctionTypes": true, /* Enable strict checking of function types. */
2626
"strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
2727
// "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. */
28+
"alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
2929

3030
/* Additional Checks */
3131
// "noUnusedLocals": true, /* Report errors on unused locals. */

0 commit comments

Comments
 (0)