mirror of
https://github.com/iconify/iconify.git
synced 2024-11-05 21:07:51 +00:00
45 lines
837 B
JSON
45 lines
837 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"mainEntryPointFilePath": "lib/iconify.d.ts",
|
|
"bundledPackages": [
|
|
"@iconify/core",
|
|
"@iconify/utils",
|
|
"@cyberalien/redundancy",
|
|
"@iconify/api-redundancy"
|
|
],
|
|
"compiler": {},
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
"docModel": {
|
|
"enabled": false
|
|
},
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "<projectFolder>/dist/iconify.d.ts"
|
|
},
|
|
"tsdocMetadata": {
|
|
"enabled": false
|
|
},
|
|
"messages": {
|
|
"compilerMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
},
|
|
"extractorMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
},
|
|
"ae-missing-release-tag": {
|
|
"logLevel": "none"
|
|
}
|
|
},
|
|
"tsdocMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
}
|
|
}
|
|
}
|