Skip to content

Commit

Permalink
fix: skip checking in libraries in case of error TS2707
Browse files Browse the repository at this point in the history
  • Loading branch information
deximy authored May 25, 2024
1 parent edb0386 commit 620127f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions L4d2PanelFrontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": [
"esnext",
"dom"
Expand Down

0 comments on commit 620127f

Please sign in to comment.