mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-21 23:09:00 +00:00
switch to tsdown for building library
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'tsdown'
|
||||
|
||||
export default defineConfig({
|
||||
entry: 'src/index.ts',
|
||||
exports: true,
|
||||
format: {
|
||||
esm: {},
|
||||
cjs: {},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user