Skip to content

Commit

Permalink
derp naming
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Aug 31, 2024
1 parent 2af655d commit 9652df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/quickjs-emscripten/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const browsers: Extract<Options["target"], Array<any>> = [
const configs = [
extendConfig({
entry: ["src/index.ts", "src/variants.ts"],
tsconfig: "./tsconfig.node.json",
tsconfig: "./tsconfig.build.json",
format: "esm",
target: ["node16", ...browsers],
}),
extendConfig({
entry: ["src/index.ts", "src/variants.ts"],
tsconfig: "./tsconfig.node.json",
tsconfig: "./tsconfig.build.json",
format: "cjs",
}),
extendConfig({
Expand Down

0 comments on commit 9652df4

Please sign in to comment.