tsdoc.json 532 B

12345678910111213141516171819202122232425
  1. {
  2. "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
  3. "tagDefinitions": [
  4. {
  5. "tagName": "@class",
  6. "syntaxKind": "modifier"
  7. },
  8. {
  9. "tagName": "@author",
  10. "syntaxKind": "modifier"
  11. },
  12. {
  13. "tagName": "@version",
  14. "syntaxKind": "modifier"
  15. },
  16. {
  17. "tagName": "@description",
  18. "syntaxKind": "modifier"
  19. },
  20. {
  21. "tagName": "@interface",
  22. "syntaxKind": "modifier"
  23. }
  24. ]
  25. }