Design system.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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