@onlyoffice/docspace-plugin-sdk
Version:
Simple plugin system for onlyoffice docspace
29 lines (28 loc) • 585 B
JSON
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"src/interfaces/**/index.ts",
"src/enums/index.ts"
],
"excludeReferences": true,
"includeVersion": true,
"outputs": [
{
"name": "json",
"path": "dist/docspace-plugin-sdk.json"
},
{
"name": "html",
"path": "dist/docs",
"options": {
"navigation": {
"includeCategories": true,
"includeGroups": true
}
}
}
],
// "treatValidationWarningsAsErrors": true,
// "treatWarningsAsErrors": true,
"validation": true
}