From 7992227b43871b6aaec0dbc53f68ac8d83634cd3 Mon Sep 17 00:00:00 2001 From: Horace He Date: Tue, 27 Jun 2017 19:30:44 -0700 Subject: [PATCH] changed it to alwaysStrict --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 38935262b5b..9c54164725f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ ], "sourceMap": true, "strictNullChecks": true, - "experimentalDecorators": true + "experimentalDecorators": true, + "alwaysStrict": true }, "exclude": [ "node_modules",