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

tsconfig extends with paths #2

Open
fabiandev opened this issue Nov 21, 2017 · 2 comments
Open

tsconfig extends with paths #2

fabiandev opened this issue Nov 21, 2017 · 2 comments
Labels
Milestone

Comments

@fabiandev
Copy link
Owner

@dennispg I've tested your contribution and I really like your approach of using a separate tsconfig.json and the extends option.

However, in the app where I'm using this package, I've also defined some custom paths, which overwrite the paths defined in tsconfig.jspm.json. It seems like TypeScript does not merge this field when extending configs.

Do you have any experience with that or know a way of how to get around this? Otherwise I will have to look into other approaches or have to go back the one that is currently in use.

@fabiandev fabiandev added the next label Nov 21, 2017
@fabiandev
Copy link
Owner Author

fabiandev commented Nov 21, 2017

What do you think of the latest approach I've pushed to the 0.2 branch:

Your initial solution would have been much cleaner, so if there's anything to make it work, let me know :)

@fabiandev
Copy link
Owner Author

v0.2.0-beta.2 is now published to npm under the next tag.

@fabiandev fabiandev added this to the 0.2 milestone Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant