generated from qiwi/blank-ts-repo
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks with a TSConfig that "extends" from an external config file #174
Comments
Oh, I forgot to land @topoconfig/extends here. It's ironic. Thanks for highlighting the issue. v3.1.1 is on the way. |
hello @antongolub
previous 3.1.0 is without any fatal error my tsconfig.json
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried running this tool on a package of mine that has a
tsconfig.json
that extends from a shared, external config fileThe way that the
extends
field is handled assumes that you're extending from a local file that can be resolved relative to the one being parsedtsc-esm-fix/src/main/ts/util.ts
Line 31 in a46afa4
This is resulting in an exception being raised when trying to run the tool, as it tries and fails to append the external config file's identifier to the directory of the project's config file; with the example config given above at the specified path, the resulting exception would look like
The text was updated successfully, but these errors were encountered: