Commit 0841eb94 by Daniel Lee

build: add noUnusedLocals to tsc parameters

parent b6d09a34
......@@ -18,6 +18,7 @@
"noImplicitThis": false,
"noImplicitUseStrict":false,
"noImplicitAny": false,
"noUnusedLocals": true,
"baseUrl": "public",
"paths": {
"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