docs: fix `targetEntryPointPath` description (#30237)

PR Close #30237
This commit is contained in:
Alan Agius 2019-05-02 15:59:03 +02:00 committed by Kara Erickson
parent bf73fb7420
commit 4537816c1d
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,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.
*/