# tsup-pkg

使用 tsup 构建工具打包的 TypeScript 库项目，演示如何快速构建和发布 npm 包

## 项目结构

```
tsup-pkg
tsup-pkg/.eslintignore
tsup-pkg/.eslintrc.cjs
tsup-pkg/.gitignore
tsup-pkg/.prettierrc.json
tsup-pkg/dist
tsup-pkg/package.json
tsup-pkg/src
tsup-pkg/src/index.ts
tsup-pkg/tsconfig.json
tsup-pkg/tsup.config.ts
```
