mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
feat!: publish to @toon-format/toon and @toon-format/cli
This commit is contained in:
9
packages/cli/tsdown.config.ts
Normal file
9
packages/cli/tsdown.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { UserConfig, UserConfigFn } from 'tsdown/config'
|
||||
import { defineConfig } from 'tsdown/config'
|
||||
|
||||
const config: UserConfig | UserConfigFn = defineConfig({
|
||||
entry: 'src/index.ts',
|
||||
dts: true,
|
||||
})
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user