Skip to content

Commit

Permalink
Added strict flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JPinkney committed May 28, 2019
1 parent 9af0389 commit b41e6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -6,7 +6,8 @@
"moduleResolution": "node",
"sourceMap": true,
"lib" : [ "es2016" ],
"outDir": "./out/server"
"outDir": "./out/server",
"alwaysStrict": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit b41e6f9

Please sign in to comment.