mirror of
https://github.com/cupcakearmy/occulto.git
synced 2026-06-11 07:56:51 +00:00
update deps, cleanup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "tsdown";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["./src/index.ts"],
|
||||
format: "esm",
|
||||
dts: true,
|
||||
sourcemap: true,
|
||||
clean: true,
|
||||
});
|
||||
Reference in New Issue
Block a user