0.0.12
This commit is contained in:
parent
62ee424274
commit
c0620280e6
13 changed files with 237 additions and 127 deletions
|
|
@ -1,12 +0,0 @@
|
|||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
clean: true,
|
||||
dts: { oxc: true, parallel: true },
|
||||
entry: ["./index.ts"],
|
||||
minify: false,
|
||||
platform: "node",
|
||||
sourcemap: false,
|
||||
target: "esnext",
|
||||
treeshake: true,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue