switch to tsdown

This commit is contained in:
Joel Wetzell
2026-06-03 22:17:08 -05:00
parent 0ffd2e9623
commit b7fc4d2733
30 changed files with 923 additions and 64 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'tsdown'
export default defineConfig({
entry: 'src/index.ts',
exports: true,
format: {
esm: {},
cjs: {},
},
})