feat: Bundler with tsdown
This commit is contained in:
10
tsdown.config.ts
Normal file
10
tsdown.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["src/cli.ts"],
|
||||
format: "esm",
|
||||
target: "node24",
|
||||
dts: true,
|
||||
clean: true,
|
||||
platform: "node",
|
||||
});
|
||||
Reference in New Issue
Block a user