Skip to content

Commit

Permalink
fix[?]: exclude node_modules in typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Jul 15, 2023
1 parent 4ab7133 commit 547c19d
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
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"skipLibCheck": true,
"target": "es2021",
"module": "es2022",
"moduleResolution": "node",
Expand Down

0 comments on commit 547c19d

Please sign in to comment.