Skip to content

Commit

Permalink
fixup! [node-resolve] Implement new modulePaths option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hyndman committed Feb 9, 2022
1 parent 19ebd28 commit 8dcaafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/node-resolve/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ export interface RollupNodeResolveOptions {
browser?: boolean;

/**
* A list of relative directories in which to recursively look for modules.
* A list of directory names in which to recursively look for modules.
* @default ['node_modules']
*/
moduleDirectories?: string[];

/**
* An list of absolute paths to additional locations to search for modules.
* A list of absolute paths to additional locations to search for modules.
* This is analogous to setting the `NODE_PATH` environment variable for node.
* @default []
*/
Expand Down

0 comments on commit 8dcaafd

Please sign in to comment.