Skip to content

Commit

Permalink
fix(dnt): set declaration to separate
Browse files Browse the repository at this point in the history
  • Loading branch information
redabacha committed Apr 3, 2024
1 parent 8b03c9d commit 81e8d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare_release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ await build({
sourceMap: true,
target: "ES2022",
},
declaration: "separate",
declarationMap: true,
entryPoints: ["./mod.ts", {
name: "./promise-with-resolvers-polyfill",
Expand Down

0 comments on commit 81e8d19

Please sign in to comment.