-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathapi-extractor.json
37 lines (37 loc) · 1.16 KB
/
api-extractor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"projectFolder": ".",
"mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts",
"compiler": { "tsconfigFilePath": "<projectFolder>/tsconfig.json" },
"apiReport": {
"enabled": false,
"reportFolder": "<projectFolder>/baselines/reference/api-report",
"reportTempFolder": "<projectFolder>/baselines/local/api-report"
},
"dtsRollup": { "enabled": false },
"tsdocMetadata": {
"enabled": true,
"tsdocMetadataFilePath": "<projectFolder>/dist/tsdoc-metadata.json"
},
"docModel": {
"enabled": true,
"apiJsonFilePath": "<projectFolder>/obj/json/grammarkdown.api.json"
},
"messages": {
"extractorMessageReporting": {
"ae-missing-release-tag": {
"logLevel": "none"
}
},
"tsdocMessageReporting": {
"tsdoc-param-tag-with-invalid-name": {
"logLevel": "none"
},
"tsdoc-param-tag-missing-hyphen": {
"logLevel": "none"
},
"tsdoc-undefined-tag": {
"logLevel": "none"
}
}
}
}