0.0.5
This commit is contained in:
parent
18d605339f
commit
268cf80769
14 changed files with 126 additions and 48 deletions
|
|
@ -2,7 +2,7 @@ import { defineConfig } from "tsdown";
|
|||
|
||||
export default defineConfig({
|
||||
clean: true,
|
||||
dts: true,
|
||||
dts: { oxc: true, parallel: true },
|
||||
entry: ["./index.ts"],
|
||||
minify: true,
|
||||
platform: "node",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue