An array of package names or regular expressions representing dependencies that should be bundled into the generated declaration files.
debug?
boolean
Activate additional debug output information
nodeModulesPath?
string
The path to the node_modules directory. Defaults to the project's root node_modules directory. Can be an absolute path or a path relative to the project root.
packageJsonPath?
string
The path to the package.json file. Can be an absolute path or a path relative to the project root.
preRolledDependencies?
(string | RegExp)[]
An array of package names or regular expressions representing dependencies that should be bundled into the generated declaration files, but which do not need to be rolled up into a single declaration file. If the dependency is not already included in bundledDependencies, it will be treated as if it were.
traceResolution?
boolean
Trace Typescript Resolution
tsConfigJsonPath?
string
The path to the tsconfig.json file to use for generating declaration files. Defaults to the project's root tsconfig.json. Can be an absolute path or a path relative to the project root.