We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I reference my base config like so:
"extends": "@myorg/typescript-config"
This works with tsc, but this library cannot resolve the config.
I looked at the code in https://github.com/dividab/tsconfig-paths/blob/master/src/tsconfig-loader.ts#L101 and tricked it by appending the filename like so:
"extends": "@myorg/typescript-config/tsconfig.json"
Not sure if you want feature partity with tsc, but this would be one difference / missing feature :)
The text was updated successfully, but these errors were encountered:
tsconfig.json
Successfully merging a pull request may close this issue.
Hi, I reference my base config like so:
This works with tsc, but this library cannot resolve the config.
I looked at the code in https://github.com/dividab/tsconfig-paths/blob/master/src/tsconfig-loader.ts#L101 and tricked it by appending the filename like so:
Not sure if you want feature partity with tsc, but this would be one difference / missing feature :)
The text was updated successfully, but these errors were encountered: