Design system.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

10 řádky
235 B

  1. {
  2. "$schema": "https://typedoc.org/schema.json",
  3. "exclude": ["node_modules/**"],
  4. "entryPoints": ["src/index.ts"],
  5. "excludeNotDocumented": true,
  6. "excludeExternals": true,
  7. "includeVersion": true,
  8. "tsconfig": "tsconfig.json"
  9. }