Skip to content
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

Cannot resolve base config from other module #182

Open
rethab opened this issue Nov 2, 2021 · 0 comments · May be fixed by #203
Open

Cannot resolve base config from other module #182

rethab opened this issue Nov 2, 2021 · 0 comments · May be fixed by #203

Comments

@rethab
Copy link

rethab commented Nov 2, 2021

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant