Skip to content

Commit 9652df4

Browse files
committed
derp naming
1 parent 2af655d commit 9652df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/quickjs-emscripten/tsup.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ const browsers: Extract<Options["target"], Array<any>> = [
1212
const configs = [
1313
extendConfig({
1414
entry: ["src/index.ts", "src/variants.ts"],
15-
tsconfig: "./tsconfig.node.json",
15+
tsconfig: "./tsconfig.build.json",
1616
format: "esm",
1717
target: ["node16", ...browsers],
1818
}),
1919
extendConfig({
2020
entry: ["src/index.ts", "src/variants.ts"],
21-
tsconfig: "./tsconfig.node.json",
21+
tsconfig: "./tsconfig.build.json",
2222
format: "cjs",
2323
}),
2424
extendConfig({

0 commit comments

Comments
 (0)