Skip to content

Commit

Permalink
ignoring node-modules for tsc compile
Browse files Browse the repository at this point in the history
Signed-off-by: Rushabh Sojitra <[email protected]>
  • Loading branch information
almightyrush committed Jan 8, 2025
1 parent 2d07495 commit e7e8513
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 @@ -13,7 +13,8 @@
"sourceMap": true,
"newLine": "lf",
"strictNullChecks": false,
"noUnusedLocals": false
"noUnusedLocals": false,
"skipLibCheck": true
},
"exclude": [
"lib",
Expand Down

0 comments on commit e7e8513

Please sign in to comment.