Skip to content

Commit

Permalink
Don't type check on node
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Dec 15, 2024
1 parent 141a51d commit 2dc04b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ await build({

declaration: "separate",
scriptModule: "cjs",
typeCheck: "both",
typeCheck: false,
test: true,

importMap: "deno.json",
Expand Down

0 comments on commit 2dc04b7

Please sign in to comment.