We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141a51d commit 2dc04b7Copy full SHA for 2dc04b7
scripts/build.ts
@@ -11,7 +11,7 @@ await build({
11
12
declaration: "separate",
13
scriptModule: "cjs",
14
- typeCheck: "both",
+ typeCheck: false,
15
test: true,
16
17
importMap: "deno.json",
0 commit comments