ivogabe / gulp-typescript

A TypeScript compiler for gulp with incremental compilation support.
MIT License
822 stars 129 forks source link

Project references aren't build. #654

Open dayrim opened 3 years ago

dayrim commented 3 years ago

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 commented 3 years ago

yes, same problem, not been resolved yet