Skip to content

Commit

Permalink
fix(tsconfig): remove skipLibCheck (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jul 15, 2023
1 parent ae912fa commit 26f358a
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 @@ -7,7 +7,6 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"types": [
Expand Down

0 comments on commit 26f358a

Please sign in to comment.