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

Does not work with extends TS 3.2 #76

Open
Delagen opened this issue Feb 4, 2019 · 3 comments
Open

Does not work with extends TS 3.2 #76

Delagen opened this issue Feb 4, 2019 · 3 comments

Comments

@Delagen
Copy link

Delagen commented Feb 4, 2019

for example extends:"some-module/path/tsconfig.json" does not inherit paths, but does if path spelled with absolute path

@jupl
Copy link

jupl commented Mar 13, 2019

I came across this issue when I was creating a package containing my config. I more or less copied my configurations. (which used relative extends) After attempting to extend from my package config I get the error:

Missing baseUrl in compilerOptions. tsconfig-paths will be skipped

Current solution is to copy relevant settings (ex. baseUrl, paths) to my tsconfig.json, which is:

  • only required for tsconfig-paths and nothing else
  • defeating the purpose of moving configurations to a package

@Delagen
Copy link
Author

Delagen commented Mar 13, 2019

This doesn't related, issue occurs if used module resolution in extends, but works if used relative path

@belgattitude
Copy link

See also #106

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

No branches or pull requests

3 participants