Show HN: tsconfig-to-dual-package – support CommonJS and ESM in one package
2 points| azu | 3 years ago |github.com
It is hard to create dual package in only TypeScript Compiler(`tsc`) because TypeScript do not change import file path by their design goal. This tool create Dual Package by using some tricks in package.json without additional transpiling.
No comments yet.