Skip to content

Commit

Permalink
chore: skip library checks when building
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 31, 2024
1 parent 43039f8 commit 0931dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"declarationDir": "lib/types",
"outDir": "lib/node/",
"pretty": true,
"typeRoots": ["node_modules/@types"]
"typeRoots": ["node_modules/@types"],
"skipLibCheck": true
},
"include": ["src"]
}

0 comments on commit 0931dbf

Please sign in to comment.