1 Star 3 Fork 1

rmrb1111/mi-gpt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsup.config.ts 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { defineConfig } from "tsup";
export default defineConfig(() => ({
entry: ["src/index.ts"],
outDir: "dist",
target: "node16",
platform: "node",
format: ["esm", "cjs"],
sourcemap: false,
treeshake: true,
minify: false,
clean: true,
shims: true,
dts: true, // Generate declaration file
}));
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rmrb1111/mi-gpt.git
git@gitee.com:rmrb1111/mi-gpt.git
rmrb1111
mi-gpt
mi-gpt
main

搜索帮助