Skip to content

Commit 50dfda7

Browse files
committed
build: exclude types-index.js
1 parent 625bb36 commit 50dfda7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig-build-options.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"declarationMap": true
77
},
88
"exclude": [
9+
// Implies there's a types-index.d.ts already which shouldn't be overwritten
10+
"**/types-index.js",
911
"**/scripts",
10-
"**/test"
12+
"**/test",
1113
]
1214
}

0 commit comments

Comments
 (0)