sequelize/typedoc.js
renovate[bot] 6c5a82dbc8
fix: update typescript to v5.8.2 (#17728)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alyx <zoe@ephys.dev>
2025-03-09 16:36:27 +01:00

11 lines
470 B
JavaScript

module.exports = {
entryPointStrategy: 'packages',
// Note: packages/postgres cannot be included until https://github.com/TypeStrong/typedoc/issues/2467 is fixed
entryPoints: ['packages/core', 'packages/utils', 'packages/validator-js'],
out: './.typedoc-build',
readme: 'none',
plugin: ['typedoc-plugin-missing-exports', 'typedoc-plugin-mdn-links'],
treatWarningsAsErrors: true,
highlightLanguages: ['typescript', 'sql', 'javascript', 'shellscript'],
};