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. */
|
||||
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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue