mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-19 22:13:57 +00:00
format and linting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { defineConfig } from 'tsdown'
|
||||
import { defineConfig } from 'tsdown';
|
||||
|
||||
export default defineConfig({
|
||||
entry: 'src/index.ts',
|
||||
@@ -7,4 +7,4 @@ export default defineConfig({
|
||||
esm: {},
|
||||
cjs: {},
|
||||
},
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user