-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-extractor.json
More file actions
31 lines (31 loc) · 793 Bytes
/
Copy pathapi-extractor.json
File metadata and controls
31 lines (31 loc) · 793 Bytes
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
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "<projectFolder>/lib/cjs/index.d.ts",
"apiReport": {
"enabled": true,
"reportFolder": "<projectFolder>/api"
},
"docModel": {
"enabled": true
},
"dtsRollup": {
"enabled": true,
"omitTrimmingComments": true,
"untrimmedFilePath": "<projectFolder>/api/untrimmed.d.ts",
"publicTrimmedFilePath": "<projectFolder>/api/index.d.ts"
},
"messages": {
"extractorMessageReporting": {
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-internal-missing-underscore": {
"logLevel": "none",
"addToApiReportFile": false
}
}
},
"tsdocMetadata": {
"enabled": false
}
}