mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 12:49:33 +00:00
9 lines
164 B
TypeScript
9 lines
164 B
TypeScript
import { defineConfig } from 'tsdown'
|
|
|
|
export default defineConfig({
|
|
entry: {
|
|
'types/index': 'src/types/index.ts',
|
|
},
|
|
sourcemap: true,
|
|
unused: true,
|
|
})
|