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

Commit

Permalink
Depend on strict for noImplicitAny and noImplicitThis
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 6, 2021
1 parent cdf3129 commit 8818ab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsconfig.json
Expand Up @@ -5,8 +5,6 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"declaration": true,
"incremental": true,
Expand Down

0 comments on commit 8818ab0

Please sign in to comment.