Skip to content

Commit 783c744

Browse files
committed
Copy ds.d.mts to dist for tsds.
1 parent 4c0f7f6 commit 783c744

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"],
23+
patterns: ["**/*.wasm", "**/*.wasm.map", "**/ds.d.mts"],
2424
rootDir: "tsds",
2525
}),
2626
],

0 commit comments

Comments
 (0)