Skip to content

Commit

Permalink
chore: skipping tsc libcheck to avoid errors being thrown from node_m…
Browse files Browse the repository at this point in the history
…odules
  • Loading branch information
oscarleonnogales committed Jun 29, 2023
1 parent 04878a7 commit 529f379
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 @@ -2,6 +2,7 @@
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "./dist",
"module": "commonjs",
"target": "es5",
Expand Down

0 comments on commit 529f379

Please sign in to comment.