@cto.af/create
Version:
Scaffold a new project in the `@cto.af` style.
21 lines (19 loc) • 493 B
JavaScript
;
/** @type {import('typedoc').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'],
};