Closed duanwilliam closed 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.
TSConfckFindOptions
tsConfigPaths
tsconfigPaths
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
for version-3 the repo layout has changed completely, recreated this PR https://github.com/dominikg/tsconfck/pull/109
thanks a lot!!
replaces all instances of "tsConfig" with "tsconfig" for naming consistency.
this is a breaking change:
TSConfckFindOptions
keytsConfigPaths
is now namedtsconfigPaths
. to migrate: use the renamed keytsconfigPaths
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