Design system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 rivejä
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. }