Skip to content

Commit d92394e

Browse files
author
Pelle Wessman
committed
fix: do not build types for build/
1 parent 7e7fc93 commit d92394e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

declaration.tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
"extends": "./tsconfig",
44
"exclude": [
5+
"build/**/*.js",
56
"test/**/*.js"
67
],
78
"compilerOptions": {

0 commit comments

Comments
 (0)