dominikg / tsconfck

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

refactor!: ensure consistent casing in writing "tsconfig" #102

Closed duanwilliam closed 1 year ago

duanwilliam commented 1 year ago

replaces all instances of "tsConfig" with "tsconfig" for naming consistency.

this is a breaking change: TSConfckFindOptions key tsConfigPaths is now named tsconfigPaths. to migrate: use the renamed key tsconfigPaths instead.

none of the package dependents seem to use the option, so the change likely won't be very disruptive (plus migrating is trivial).

resolves #100

dominikg commented 1 year ago

for version-3 the repo layout has changed completely, recreated this PR https://github.com/dominikg/tsconfck/pull/109

thanks a lot!!