Skip to content

Commit ed61f4b

Browse files
committed
build: prevent ts from typechecking dist and other directories
1 parent 27bcc02 commit ed61f4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"noEmit": true,
2121
// No DOM.
2222
"lib": ["es2022"]
23-
}
23+
},
24+
"exclude": ["coverage", "dist", "node_modules"]
2425
}

0 commit comments

Comments
 (0)