mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
chore: initial commit
This commit is contained in:
9
tsdown.config.ts
Normal file
9
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