mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 08:34:25 -06:00
ab8305fcb9
* added comments for the angular loader. * added code documentation for backendSrv. * docs for datasource_srv. * added some more docs. * added documentation for the locationsrv. * started to add docs for echo srv. * added docs for meta srv.2 * added docs for analytics. * draft documentation of the DataSourceWithBackend. * added docs for last files. * fixed all warnigns in api-extractor. * fixed some typos and captializations.
39 lines
920 B
JSON
39 lines
920 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts",
|
|
"bundledPackages": [],
|
|
"compiler": {},
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
"docModel": {
|
|
"enabled": true,
|
|
"apiJsonFilePath": "<projectFolder>/../../reports/docs/<unscopedPackageName>.api.json"
|
|
},
|
|
"dtsRollup": {
|
|
"enabled": false
|
|
},
|
|
"tsdocMetadata": {},
|
|
"messages": {
|
|
"compilerMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
},
|
|
"extractorMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
},
|
|
"ae-internal-missing-underscore": {
|
|
"logLevel": "none",
|
|
"addToApiReportFile": false
|
|
}
|
|
},
|
|
"tsdocMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
}
|
|
}
|
|
}
|