Skip to content

Conversation

@marmoure
Copy link
Contributor

@marmoure marmoure commented Nov 3, 2025

After getting a reply in TypeStrong/typedoc#3032 I tried the solution of suppressing the warnings using the config in typedoc instead of tsdoc.json and it worked.

This PR introduces TypeDoc to the project again with a different config file typedoc.config.mjs :

import { OptionDefaults } from "typedoc";

/** @type {Partial<import('typedoc').TypeDocOptions>} */
const config = {
  tsconfig: "./tsconfig.json",
  out: "doc",
  modifierTags: [...OptionDefaults.modifierTags, "@decorator"],
  highlightLanguages: ["ts", "js", "xml", "json", "bash"]
};

export default config;

Closes TypeStrong/typedoc#3032
Closes #407

@marmoure marmoure requested a review from adamretter November 3, 2025 07:17
@cla-bot cla-bot bot added the cla-signed label Nov 3, 2025
@marmoure marmoure force-pushed the feature/typedoc branch 2 times, most recently from b5f1a46 to e1a0e6d Compare November 3, 2025 07:25
@marmoure marmoure force-pushed the feature/typedoc branch 8 times, most recently from c20cd26 to b5f1b62 Compare November 4, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

2 participants