Files
moeka-project/packages/plugin-sdk-tamagotchi/tsdown.config.ts
T
Nekoandautofix-ci[bot] 668440a732 refactor(extension-*,stage-tamagotchi,stage-ui,server-*): rename to extension, improve DX (#1892)
---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by-agent: Codex
2026-06-12 02:03:42 +08:00

15 lines
283 B
TypeScript

import { defineConfig } from 'tsdown'
export default defineConfig({
entry: [
'src/index.ts',
'src/widgets/index.ts',
'src/gamelet/index.ts',
'src/kits/gamelet/index.ts',
'src/kits/tool/index.ts',
'src/tools/index.ts',
],
dts: true,
format: 'esm',
})