16 lines
385 B
JSON
16 lines
385 B
JSON
|
{
|
||
|
"mode": "modules",
|
||
|
"out": "doc",
|
||
|
"theme": "default",
|
||
|
"ignoreCompilerErrors": "true",
|
||
|
"experimentalDecorators": "true",
|
||
|
"emitDecoratorMetadata": "true",
|
||
|
"target": "ES5",
|
||
|
"moduleResolution": "node",
|
||
|
"preserveConstEnums": "true",
|
||
|
"stripInternal": "true",
|
||
|
"suppressExcessPropertyErrors": "true",
|
||
|
"suppressImplicitAnyIndexErrors": "true",
|
||
|
"module": "commonjs"
|
||
|
}
|