scambier/ecs-machina

View on GitHub
typedoc.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  name: 'ECS-Machina documentation',
  out: './docs/.vuepress/dist/api',
  tsconfig: 'tsconfig.json',
  target: 'es6',
  mode: 'file',
  ignoreCompilerErrors: true,
  includeDeclarations: false,
  exclude: [
    '**/tests/**/*',
    'src/debug/**/*'
  ],
  excludeNotExported: true,
  excludePrivate: true,
  excludeProtected: true,
  excludeExternals: true
}