qiwi/buildstamp

View on GitHub
packages/core/src/main/typedoc/typedoc.json

Summary

Maintainability
Test Coverage
{
  "name": "buildstamp",
  "extends": ["../../../../infra/typedoc.json"],
  "entryPoints": ["../../../src/main/ts/"],
  "exclude": ["../../../src/test", "**/node_modules/**"],
  "externalPattern": ["**/node_modules/**"],
  "out": "../../../target/docs",
  "readme": "../../../README.md",
  "tsconfig": "../../../tsconfig.json"
}