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.

typedoc.json 240 B

12345678
  1. {
  2. "extends": ["../../../typedoc.base.json"],
  3. "exclude": ["**/*.test.(ts|tsx)", "**/node_modules/**"],
  4. "entryPoints": ["src/index.ts"],
  5. "excludeNotDocumented": true,
  6. "includeVersion": true,
  7. "tsconfig": "../../../tsconfig.json"
  8. }