Design system.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

10 rader
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. }