build: add noUnusedLocals to tsc parameters

pull/9434/head
Daniel Lee 8 years ago
parent b6d09a3443
commit 0841eb94a8
  1. 1
      tsconfig.json

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

Loading…
Cancel
Save