๐Ÿ“ฆ YunYouJun / starter-mcp-server

๐Ÿ“„ tsdown.config.ts ยท 10 lines
1
2
3
4
5
6
7
8
9
10import { defineConfig } from 'tsdown'

export default defineConfig({
  entry: [
    'src/index.ts',
  ],
  dts: true,
  exports: true,
})