Skip to content

Commit

Permalink
fix(nx): add rootDir field when using ng add @nrwl/workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored and vsavkin committed Jun 21, 2019
1 parent 815a3b5 commit c79d437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/workspace/src/schematics/ng-add/ng-add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ function setUpCompilerOptions(
tsconfig.compilerOptions.paths = {};
}
tsconfig.compilerOptions.baseUrl = '.';
tsconfig.compilerOptions.rootDir = '.';

return tsconfig;
}
Expand Down

0 comments on commit c79d437

Please sign in to comment.