Browse Source

build: add noUnusedLocals to tsc parameters

Daniel Lee 8 years ago
parent
commit
0841eb94a8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -18,6 +18,7 @@
       "noImplicitThis": false,
       "noImplicitUseStrict":false,
       "noImplicitAny": false,
+      "noUnusedLocals": true,
       "baseUrl": "public",
       "paths": {
         "app": ["app"]