Skip to content

Commit

Permalink
🔥 TSConfig: Remove "skipLibCheck"
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Apr 9, 2021
1 parent 0348627 commit c1a3409
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"noImplicitAny": true,
"noUnusedParameters": true,
"typeRoots": ["@types"],
"esModuleInterop": true,
"skipLibCheck": true
"esModuleInterop": true
}
}

0 comments on commit c1a3409

Please sign in to comment.