Commit 0841eb94 by Daniel Lee

build: add noUnusedLocals to tsc parameters

parent b6d09a34
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
"noImplicitThis": false, "noImplicitThis": false,
"noImplicitUseStrict":false, "noImplicitUseStrict":false,
"noImplicitAny": false, "noImplicitAny": false,
"noUnusedLocals": true,
"baseUrl": "public", "baseUrl": "public",
"paths": { "paths": {
"app": ["app"] "app": ["app"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment