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

Commit

Permalink
chore(typescript): add note about disabling noUnusedLocals
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 14, 2021
1 parent 2115bd8 commit 1a5c030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
// Must be disabled to use type-only imports
"noUnusedLocals": false,
"noUnusedParameters": false,
"paths": {
Expand Down

0 comments on commit 1a5c030

Please sign in to comment.