Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "tsup";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["src/*.ts"],
|
||||
outDir: "built",
|
||||
format: ["cjs"],
|
||||
sourcemap: true,
|
||||
clean: true,
|
||||
dts: false,
|
||||
});
|
||||
Reference in New Issue
Block a user