privatenumber / pkgroll

📦 Zero-config package bundler for Node.js + TypeScript
MIT License
1.01k stars 23 forks source link

`./dist/index.d.ts` doesn't link back to `./src/index.mts` #23

Closed privatenumber closed 1 year ago

privatenumber commented 1 year ago

When declaring "types": "./dist/index.d.ts" and having ./src/index.mts, it errors that it can't find a matching source file.