Skip to content

Commit

Permalink
skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Jan 6, 2024
1 parent f041078 commit f5c6699
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 @@ -4,7 +4,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 f5c6699

Please sign in to comment.