docs: fix targetEntryPointPath description ()

PR Close 
This commit is contained in:
Alan Agius 2019-05-02 15:59:03 +02:00 committed by Kara Erickson
parent bf73fb7420
commit 4537816c1d

@ -31,7 +31,8 @@ export interface NgccOptions {
/** The absolute path to the `node_modules` folder that contains the packages to process. */ /** The absolute path to the `node_modules` folder that contains the packages to process. */
basePath: string; 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. * All its dependencies will need to be processed too.
*/ */