Remove vestigial outDir from tsconfig.json by jeffwidman · Pull Request #681 · dependabot/fetch-metadata (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

truggeri

merged 1 commit into

Mar 26, 2026

Conversation

@jeffwidman

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.

@jeffwidman

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

@truggeri truggeri deleted the tsconfig-remove-outdir branch

March 26, 2026 18:25

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 }})

2 participants

@jeffwidman @truggeri