-
Notifications
You must be signed in to change notification settings - Fork 12.8k
[Request] Extend tsconfig via a package #15984
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
Comments
I think it could use the same behavior than the module resolution to be consistent. |
Would love to know if this would be considered or if I could contribute support. We'd really like it for |
This is very simmilar to this issue: #18865 I really want to see this solved. Is currently making my dev experience really annoying. |
I think you forgot to close :) |
TypeScript Version: 2.3.2
Code
Expected behavior:
Using the node module resolution, finds the specified package and inspects the
package.json
'smain
field for a.json
file, which is used to extend the configuration.Actual behavior:
Something along the lines "must be a relative path".
The text was updated successfully, but these errors were encountered: