switch to tsdown

This commit is contained in:
Joel Wetzell
2026-06-03 22:04:44 -05:00
parent d119471a9a
commit 4f77655701
10 changed files with 903 additions and 41 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'tsdown'
export default defineConfig({
entry: 'src/index.ts',
exports: true,
format: {
esm: {},
cjs: {},
},
})