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

Commit

Permalink
chore(typescript): enable noPropertyAccessFromIndexSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 14, 2021
1 parent 1a5c030 commit 832051d
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,
"noPropertyAccessFromIndexSignature": true,
// Must be disabled to use type-only imports
"noUnusedLocals": false,
"noUnusedParameters": false,
Expand Down

0 comments on commit 832051d

Please sign in to comment.