Remove vestigial outDir from tsconfig.json by jeffwidman · Pull Request #681 · dependabot/fetch-metadata (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Merged
merged 1 commit into
Mar 26, 2026
Conversation
outDir: "./lib" was used when tsc emitted compiled output. Since the switch to esbuild (#676), tsc is only used for type-checking and this setting is unused.
All 49 tests pass.
outDir: "./lib" was used when tsc emitted compiled output. Since the switch to esbuild (which writes to dist/), tsc is only used for type-checking and this setting is unused.
truggeri deleted the tsconfig-remove-outdir branch
This was referenced
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})