Skip to content

Commit d382c89

Browse files
committed
Update the copy files path for tsds.
1 parent 49a6f34 commit d382c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
typescript(),
2121
nodeResolve(),
2222
copy({
23-
patterns: ["**/*.wasm", "**/*.wasm.map", "**/ds.d.mts"],
23+
patterns: ["ds.wasm", "ds.wasm.map", "ds.d.mts"],
2424
rootDir: "tsds",
2525
}),
2626
],

0 commit comments

Comments
 (0)