trufflesuite/truffle

View on GitHub
packages/preserve/docs/typedoc.json

Summary

Maintainability
Test Coverage
{
  "name": "@truffle/preserve",
  "excludeExternals": true,
  "exclude": [
    "**/test/*"
  ],
  "out": "../dist/docs",
  "readme": "./README.md",
  "media": "./media",
  "json": "./api.json",
  "tsconfig": "./tsconfig.json",
  "plugin": [],
  "entryPoints": [
    "../lib/index.ts"
  ],
  "validation": {
    "notExported": false
  }
}