Skip to content

Commit

Permalink
fix: npm type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Feb 9, 2024
1 parent 9676afb commit e7d3c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
build,
emptyDir,
} from "https://raw.githubusercontent.com/denoland/dnt/2537df1c38851088bf1f504ae89dd7f037219f8b/mod.ts";
} from "https://raw.githubusercontent.com/denoland/dnt/2a144787a696cdb6bf3488358edf5f76bd296767/mod.ts";
import $ from "../mod.ts";

$.cd($.path(import.meta).parentOrThrow().parentOrThrow());
Expand Down Expand Up @@ -63,6 +63,8 @@ await build({
}],
},
compilerOptions: {
stripInternal: false,
skipLibCheck: false,
target: "ES2022",
},
mappings: {
Expand Down

0 comments on commit e7d3c67

Please sign in to comment.