diff --git a/tsconfig.json b/tsconfig.json index 3e31cac0..87d9ea16 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "moduleResolution": "node", "sourceMap": true, "lib" : [ "es2016" ], - "outDir": "./out/server" + "outDir": "./out/server", + "alwaysStrict": true }, "exclude": [ "node_modules",