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

Allow IDE to find modules in node_modules #11

Merged
merged 1 commit into from
Dec 4, 2017
Merged

Conversation

robianmcd
Copy link

Not sure if this is the case for other IDEs but web storm is not able to resolve imports unless I add "moduleResolution": "node" to the typescript compiler options

@capaj
Copy link
Member

capaj commented Dec 4, 2017

Quoting docs on classic resolve strategy:

This used to be TypeScript’s default resolution strategy. Nowadays, this strategy is mainly present for backward compatibility.

So the official docs claim that node should be the new default. I'll merge this. It certainly won't break anything here.

@capaj capaj merged commit 1208e20 into mobxjs:master Dec 4, 2017
@mweststrate
Copy link
Member

Thanks! Should be node indeed

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 this pull request may close these issues.

3 participants