Design system.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

10 satır
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. }