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

Commit

Permalink
Move strict tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 5, 2021
1 parent 72f9d01 commit 43b1d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Expand Up @@ -3,11 +3,11 @@
"strict": false,
"strictNullChecks": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"noImplicitReturns": false,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noImplicitAny": false,
"noImplicitThis": false,
"noFallthroughCasesInSwitch": false,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"declaration": true,
"incremental": true,
"sourceMap": true,
Expand Down

0 comments on commit 43b1d75

Please sign in to comment.