privatenumber / pkgroll

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

Add an option to use a different tsconfig.json file #36

Open Pirosauro opened 1 year ago

Pirosauro commented 1 year ago

It's quite common for projects to use environmentally specific file such as tsconfig.prod.json and tsconfig.dev.json instead of the default tsconfig.json.

Would be great to have a CLI option to specify which file should be considered.

Love this tool BTW.

privatenumber commented 1 year ago

Thanks, PR welcome!