initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["./src/index.ts"],
|
||||
dts: true,
|
||||
exports: true,
|
||||
target: "ESNext",
|
||||
deps: {
|
||||
neverBundle: ["bun", "bun:test"],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user