We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d7296 commit 8cdf7a0Copy full SHA for 8cdf7a0
1 file changed
scripts/build_npm.ts
@@ -1,4 +1,4 @@
1
-import { build, emptyDir } from "https://deno.land/x/dnt@0.34.0/mod.ts";
+import { build, emptyDir } from "https://deno.land/x/dnt@0.37.0/mod.ts";
2
import { version } from "../version.ts";
3
4
await emptyDir("./npm");
@@ -21,7 +21,7 @@ await build({
21
},
22
compilerOptions: {
23
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
24
- lib: ["es2017"],
+ lib: ["ES2017"],
25
target: "ES2017",
26
27
package: {
0 commit comments