Skip to content

Commit

Permalink
Removes redundant property covered by --strict
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-n committed Nov 23, 2020
1 parent fb32670 commit 8ebb6b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": false,
Expand Down

0 comments on commit 8ebb6b2

Please sign in to comment.