Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INpmDtsArgs

Configuration structure for generating an aggregated dts file

Hierarchy

  • INpmDtsArgs

Indexable

[argName: string]: string | boolean

Iterator

Index

Properties

entry?: string

Main file of non-bundled package source. Can be a path relative to TSC rootDir.

force?: boolean

Attempts to at least partially generate typings ignoring non-critical errors

logLevel?: ELogLevel

Selected logging level

output?: string

Output file path (relative to root)

root?: string

Root directory of targeted package

testMode?: boolean

Flag which forces using own TSC as opposed to target TSC This should only be used for testing npm-dts itself This is because it generates incorrect module names

tmp?: string

Temporary directory required during generation

tsc?: string

Additional TSC properties