We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0f7f6 commit 783c744Copy full SHA for 783c744
rollup.config.mjs
@@ -20,7 +20,7 @@ export default {
20
typescript(),
21
nodeResolve(),
22
copy({
23
- patterns: ["**/*.wasm", "**/*.wasm.map"],
+ patterns: ["**/*.wasm", "**/*.wasm.map", "**/ds.d.mts"],
24
rootDir: "tsds",
25
}),
26
],
0 commit comments