Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Touchup extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiajt committed Jan 20, 2019
1 parent 9efac2c commit 25f476f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions editors/vscode/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
"strict": true, /* enable all strict type-checking options */
/* Additional Checks */
"noUnusedLocals": true, /* Report errors on unused locals. */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
// "noUnusedParameters": true, /* Report errors on unused parameters. */
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedParameters": true
"noImplicitAny": true, /* Report on any implicit any types. */
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
"noUnusedParameters": true /* Report errors on unused parameters. */
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 25f476f

Please sign in to comment.