Skip to content

Commit

Permalink
build: prevent ts from typechecking dist and other directories
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Sep 13, 2024
1 parent 27bcc02 commit ed61f4b
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 @@ -20,5 +20,6 @@
"noEmit": true,
// No DOM.
"lib": ["es2022"]
}
},
"exclude": ["coverage", "dist", "node_modules"]
}

0 comments on commit ed61f4b

Please # to comment.