forked from mirrors/probot
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"mode": "file",
|
|
"out": "out",
|
|
"exclude": "test",
|
|
"theme": "minimal",
|
|
"excludePrivate": true,
|
|
"excludeNotExported": true,
|
|
"excludeExternals": true,
|
|
"listInvalidSymbolLinks": true,
|
|
"target": "ES5",
|
|
"moduleResolution": "node",
|
|
"preserveConstEnums": "true",
|
|
"stripInternal": "true",
|
|
"module": "commonjs",
|
|
"readme": "none",
|
|
"gaID": "UA-102577034-2"
|
|
}
|