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

it can't see node modules #128

Open
alexbe opened this issue Dec 26, 2017 · 1 comment
Open

it can't see node modules #128

alexbe opened this issue Dec 26, 2017 · 1 comment

Comments

@alexbe
Copy link

alexbe commented Dec 26, 2017

The plugin can't see node's modules, so if there are statements like these:

import * as fs from 'fs';
or
import { EventEmitter } from 'events';

inside *.d.ts files, it gives red error signes

@Rycochet
Copy link

Sounds like you've not got the tsconfig.json file setup correctly for the project - this just reports what TS itself reports...

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

2 participants