Skip to content

Commit 05d6408

Browse files
committed
fix: build
1 parent 65a12db commit 05d6408

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build_npm.ts

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ await build({
2121
compilerOptions: {
2222
lib: ["es2022"],
2323
},
24+
shims: {
25+
deno: false,
26+
},
2427
package: {
2528
name: "weakref",
2629
version,

0 commit comments

Comments
 (0)