Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INpmDtsArgs

Format for storing passed argument values

Hierarchy

  • INpmDtsArgs

Indexable

[argName: string]: string | boolean

Iterator

Index

Properties

Optional entry

entry: string

Main file of non-bundled package source

Optional force

force: boolean

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

Optional logLevel

logLevel: ELogLevel

Selected logging level

Optional output

output: string

Output file path (relative to root)

Optional root

root: string

Root directory of targeted package

Optional testMode

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

Optional tmp

tmp: string

Temporary directory required during generation

Optional tsc

tsc: string

Additional TSC properties

Generated using TypeDoc