Optional
Readonly
asFinal entry name.
When specified, the original entry name is replaced with <moduleName>/<as>
.
Optional
Readonly
fileOutput .d.ts
file name relative to output directory.
When omitted the contents are merged into main .d.ts.
file.
Optional
Readonly
libWhether to add triple-slash directives to refer the libraries used by this entry.
Allowed values:
true
to add an entry for each referred library from lib
compiler option,false
(the default) to not add any library references,Inherited from lib
flattening option.
Optional
Readonly
refsWhether to add file references.
A file reference is added for each entry this one refers.
Inherited from refs
flattening option.
Declaration of module entry.