UNPKG

@cto.af/create

Version:

Scaffold a new project in the `@cto.af` style.

22 lines (20 loc) 522 B
'use strict'; /** @import {TypeDocOptions} from 'typedoc' */ /** @type {TypeDocOptions} */ module.exports = { entryPoints: ['src/index.ts'], out: 'docs', cleanOutputDir: true, sidebarLinks: { GitHub: 'https://github.com/{{login}}/{{base}}/', Documentation: 'http://{{login}}.github.io/{{base}}/', }, navigation: { includeCategories: false, includeGroups: false, }, includeVersion: true, categorizeByGroup: false, sort: ['static-first', 'alphabetical'], exclude: ['**/*.spec.ts'], };