0.0.8
This commit is contained in:
parent
5960c88f6d
commit
589751ac6a
7 changed files with 58 additions and 12 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