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