Files
wehub-resource-sync bde7ea0d58
CI / ci (push) Has been cancelled
Deploy Docs / Deploy Docs (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:39:56 +08:00

12 lines
222 B
TypeScript

import type { UserConfig } from 'tsdown/config'
import { defineConfig } from 'tsdown/config'
const config: UserConfig = defineConfig({
entry: {
index: 'src/cli-entry.ts',
},
dts: true,
})
export default config