js-republic/intervals-fn

View on GitHub
typedoc.js

Summary

Maintainability
A
0 mins
Test Coverage
const config = {
  out: '../docs',
  mode: 'modules',
  module: 'commonjs',
  target: 'ES2017',
  name: 'Intervals Fn',
  readme: '../README.md',
  includeDeclarations: true,
  ignoreCompilerErrors: true,
  excludeNotExported: true,
  excludeExternals: true,
  exclude: '**/*.test.*',
};

module.exports = config;