We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56c6d8 commit 76988beCopy full SHA for 76988be
scripts/build.mjs
@@ -24,8 +24,6 @@ async function main() {
24
25
// Remove the types file from the dist-src folder
26
const typeFiles = await glob([
27
- "./pkg/dist-src/types.js",
28
- "./pkg/dist-src/types.js.map",
29
"./pkg/dist-src/**/types.js.map",
30
"./pkg/dist-src/**/types.js",
31
]);
0 commit comments