Skip to content

Commit

Permalink
docs: fix targetEntryPointPath description (#30237)
Browse files Browse the repository at this point in the history
PR Close #30237
  • Loading branch information
alan-agius4 authored and kara committed May 6, 2019
1 parent 8eb0b8b commit 390cac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/compiler-cli/ngcc/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export interface NgccOptions {
/** The absolute path to the `node_modules` folder that contains the packages to process. */
basePath: string;
/**
* The path, relative to `basePath` to the primary package to be processed.
* The path to the primary package to be processed. If not absolute then it must be relative to
* `basePath`.
*
* All its dependencies will need to be processed too.
*/
Expand Down

0 comments on commit 390cac6

Please sign in to comment.