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

Can't resolve lib.d.ts when typescript is installed into host package #59

Closed
whitneyit opened this issue Jan 22, 2015 · 2 comments
Closed

Comments

@whitneyit
Copy link
Contributor

Given the following package.json file:

{
  "dependencies": {},
  "devDependencies": {
    "typescript": "^1.4.0",
    "gulp-typescript": "^2.3.0"
  }
}

The typescript package does not get installed into the ./node_modules/gulp-typescript/node_modules folder and as such the reference to to lib.d.ts file fomr host.js does not find the file.

@horiuchi
Copy link

👍

@itajaja
Copy link

itajaja commented Jan 23, 2015

👍 happens to me as well...

ivogabe added a commit that referenced this issue Jan 23, 2015
Fixes #59 Resolves root directory for `lib.d.ts`
This was referenced Jan 27, 2015
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