Skip to content

Commit

Permalink
fix: why is it building node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Aug 16, 2023
1 parent 177456d commit fe733e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,8 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},
"exclude": [
"node_modules"
]
}

0 comments on commit fe733e0

Please sign in to comment.