gulp-typescript
gulp-typescript copied to clipboard
Project references aren't build.
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" }]
}
yes, same problem, not been resolved yet