一个同时支持 commonjs 和 esmodule 的 TypeScript 包应生成 .d.ts 和 .d.cts 类型文件,现在只需要 .d.ts 文件。

作者: yuntian001创建于 2023年3月3日更新于 2024年7月6日
标签upstreamTypeScript

package.json 中的 "type" 为 "module", "main" 为 "dist/index.cjs", "module" 为 "dist/index.js", "types" 为 "dist/index.d.ts", "exports" 为:

内容来源: developit/microbundle