0.2.7 • Published 7 months ago

@apitree.cz/typedoc-config v0.2.7

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

TypeDoc Config

NPM Version

TypeDoc configuration for ApiTree projects

Installation

pnpm add --save-dev @apitree.cz/typedoc-config typedoc typescript

In a monorepo, install the package in the root, then create configs in each workspace.

Usage

Add the following configuration to your typedoc.config.js:

export { config as default } from '@apitree.cz/typedoc-config';

Custom Entry Points

The default configuration picks ./src/index.ts in your package as the documentation entry point, however, you can change this by overriding the entryPoints property in your typedoc.config.js:

import { config } from '@apitree.cz/typedoc-config';

export default {
  ...config,
  entryPoints: ['./src/module-a/index.ts', './src/module-b/index.ts'],
};

See Options documentation for config reference.

0.1.8

11 months ago

0.1.7

11 months ago

0.1.9

11 months ago

0.1.6

12 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.5

7 months ago

0.2.4

8 months ago

0.1.4

1 year ago

0.1.3

2 years ago

0.1.5

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago