dominikg / tsconfck

A utility to find and parse tsconfig files without depending on typescript
Other
290 stars 14 forks source link

convert to unbundled js+jsdoc, drop cjs #98

Closed dominikg closed 1 year ago

dominikg commented 1 year ago

while tsconfck itself is pretty small already, bundling it and providing a cjs variant makes the package a lot larger than it needs to be.

doing this should simplify the repo setup (no more tsup, tsm) and result in a large reduction of the package size (~75%)

dominikg commented 1 year ago

added in version-3 branch https://github.com/dominikg/tsconfck/tree/version-3