Skip to content

Commit

Permalink
fix: Disabled libcheck to ignore node_modules
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans authored and berendsliedrecht committed Nov 8, 2022
1 parent 17bac51 commit be924a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"emitDecoratorMetadata": true,
"paths": {
"@animo/*": ["./packages/*/src"]
}
},
"skipLibCheck": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit be924a3

Please sign in to comment.