Skip to content

Commit

Permalink
chore: tsconfig: skip Lib Check
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Oct 21, 2023
1 parent dd5e46a commit ae25ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
Expand Down

0 comments on commit ae25ade

Please sign in to comment.