-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-extractor.strict.json
More file actions
28 lines (28 loc) · 1.06 KB
/
api-extractor.strict.json
File metadata and controls
28 lines (28 loc) · 1.06 KB
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
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./packages/plugin/dist/index.d.ts",
"docModel": { "enabled": false },
"apiReport": {
"enabled": true,
"reportFileName": "costscope-backstage-plugin.api.md",
"reportFolder": "./packages/plugin/etc",
"includeForgottenExports": false
},
"dtsRollup": { "enabled": false },
"tsdocMetadata": { "enabled": false },
"compiler": { "tsconfigFilePath": "./tsconfig.json" },
"messages": {
"extractorMessageReporting": {
"ae-unresolved-link": { "logLevel": "none" },
"ae-missing-release-tag": { "logLevel": "warning" },
"ae-forgotten-export": { "logLevel": "error" }
},
"tsdocMessageReporting": {
"tsdoc-link-tag-unescaped-text": { "logLevel": "none" },
"tsdoc-malformed-inline-tag": { "logLevel": "none" },
"tsdoc-escape-right-brace": { "logLevel": "none" },
"tsdoc-escape-greater-than": { "logLevel": "none" },
"tsdoc-undefined-tag": { "logLevel": "none" }
}
}
}