remove tsdown

This commit is contained in:
Joel Wetzell
2026-06-03 22:11:07 -05:00
parent 694d562f3e
commit 5256b54cb1
12 changed files with 904 additions and 45 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'tsdown'
export default defineConfig({
entry: 'src/index.ts',
exports: true,
format: {
esm: {},
cjs: {},
},
})