diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-02 02:49:39 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-03-02 02:49:39 -0800 |
commit | 438b369d5efdfdf8e7ea3b70540f5e7cf9929e93 (patch) | |
tree | 7a4e86146c79d64e8c8e35db37ea2824eafae07b /client/tsconfig.json | |
parent | cc3c82a0b2816a4e1601d237a130cf7bae953335 (diff) |
Let\'s try again
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 1b31a6d..abe6846 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -34,8 +34,8 @@ // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ /* Additional Checks */ - // "noUnusedLocals": true, /* Report errors on unused locals. */ - // "noUnusedParameters": true, /* Report errors on unused parameters. */ + "noUnusedLocals": true /* Report errors on unused locals. */, + "noUnusedParameters": true /* Report errors on unused parameters. */, // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ |