For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/rules/config/dts-output-dir-mismatch.md.

config/dts-output-dir-mismatch

  • Category: reliability
  • Default severity: warning

Issue

A nested remote-entry filename that disagrees with dts.generateTypes.outputDir can publish type archives to the wrong path.

How to fix it

Align filename directory layout with dts.generateTypes.outputDir, or keep both at the output root.

Suppress or retarget with rules["config/dts-output-dir-mismatch"] set to "off" or a severity — see Suppressions and allowlists.

Sources