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

Project references aren't build. #654

Open
dmitrijs-pavlovs-dev opened this issue Jul 14, 2020 · 1 comment
Open

Project references aren't build. #654

dmitrijs-pavlovs-dev opened this issue Jul 14, 2020 · 1 comment

Comments

@dmitrijs-pavlovs-dev
Copy link

dmitrijs-pavlovs-dev commented Jul 14, 2020

Hello, i have a monorepo and i am trying to use gulp to compile typescript files. Currently gulp-typescript references projects seem to be limited as the referenced projects don't get compiled.
tsconfig.json

{
  "compilerOptions": {
   ...
  },
  "references": [{ "path": "../../lib/common" }, { "path": "../../lib/core" }]
}
@franckchen
Copy link

yes, same problem, not been resolved yet

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