chore: new builds & types using tsdown (#20)

This commit is contained in:
Rahim
2025-09-23 23:12:19 +10:00
committed by GitHub
parent 8bb4dcff72
commit 6ad5340b40
142 changed files with 1407 additions and 3468 deletions
@@ -0,0 +1,12 @@
import { defineConfig } from 'tsdown';
export default defineConfig({
entry: 'src/index.ts',
platform: 'browser',
format: 'es',
sourcemap: true,
clean: true,
dts: {
oxc: true,
},
});