trufflesuite/truffle

View on GitHub
packages/db-kit/typedoc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  entryPoints: ["src/index.ts"],
  categorizeByGroup: false,
  readme: "none",
  plugin: [],
  out: "dist/docs",
  validation: {
    notExported: false
  }
};