Skip to content

Commit

Permalink
disable validations for lib types
Browse files Browse the repository at this point in the history
  • Loading branch information
TaTo30 committed May 26, 2024
1 parent b768de7 commit 87caf4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "esnext",
"module": "esnext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"skipLibCheck": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
Expand Down

0 comments on commit 87caf4b

Please sign in to comment.