Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(tsconfig.json): undo of redundant addition of skipLibCheck
Browse files Browse the repository at this point in the history
Removed duplicate entry of skipLibCheck in tsconfig.json

fix #456
  • Loading branch information
JDarke committed Jun 22, 2020
1 parent db1a9dc commit 075fe98
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 @@ -16,7 +16,6 @@
"dom",
"esnext"
],
"skipLibCheck": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 075fe98

Please sign in to comment.