Skip to content

Commit

Permalink
fix: match Google internal tsconfig
Browse files Browse the repository at this point in the history
The internal Google configuration doesn't use this `noUnusedLocals`
and `noUnusedParameters`.

Fixes: #39
  • Loading branch information
ofrobots committed Aug 14, 2017
1 parent c692d06 commit 8229f66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsconfig-google.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"noFallthroughCasesInSwitch": true,
"noEmitOnError": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"strict": true,
"module": "commonjs",
Expand Down

0 comments on commit 8229f66

Please sign in to comment.