Files
RSSHub/tsdown-lib.config.ts
DIYgod cf4e772de8 refactor: replace art template with jsx (#20777)
* refactor: replace art template with jsx

* fix: tsx files

* fix: renderToString import

* fix: hono html raw import

* feat: remove art
2025-12-29 12:27:32 +08:00

11 lines
202 B
TypeScript

import { defineConfig } from 'tsdown';
export default defineConfig({
entry: ['./lib/pkg.ts'],
shims: true,
clean: true,
dts: true,
copy: ['lib/assets'],
outDir: 'dist-lib',
});