tsdown.config.ts 274 B

1234567891011
  1. import { clientBundle } from '../tsdown.client.ts'
  2. const [lib, client] = clientBundle(
  3. '@deepseek-ai/dsh-client-ui-theme',
  4. ['lib/types/index.js', 'lib/types/invariant.js'],
  5. )
  6. export default [{
  7. ...lib,
  8. copy: [{ from: 'src/styles/*', to: 'lib/styles' }],
  9. }, client]