Skip to content

Commit

Permalink
chore: skip lib check for ts build
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jun 1, 2024
1 parent 8949515 commit df74fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"sourceMap": true,
"declaration": true,
"module": "CommonJS",
"skipLibCheck": true,
"stripInternal": true,
"importHelpers": true,
"esModuleInterop": true,
Expand Down

0 comments on commit df74fa4

Please sign in to comment.