Skip to content

Commit

Permalink
chore: bump build target to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamOfIce committed Jul 9, 2023
1 parent b6f1225 commit d6078b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
"client/index": "src/client/index.ts",
"client/config": "src/client/config.ts",
},
target: "node14",
target: "node16",
format: ["esm"],
dts: true,
sourcemap: true,
Expand Down

0 comments on commit d6078b7

Please sign in to comment.