UNPKG

@gobstones/gobstones-scripts

Version:

Scripts to abstract away build configuration of Gobstones Project's libraries and modules.

16 lines (15 loc) 442 B
export default { entryPoints: ['./src'], entryPointStrategy: 'expand', tsconfig: './tsconfig.json', compilerOptions: { rootDir: './src' }, out: './docs', exclude: ['./node_modules/**/*', './**/*.test.ts', './src/@types/**/*', './src/index.ts'], plugin: ['@gobstones/typedoc-theme-gobstones'], theme: 'gobstones', excludeExternals: true, excludeInternal: false, excludePrivate: false };