Skip to content

Remove vestigial outDir from tsconfig.json#681

Merged
truggeri merged 1 commit into
mainfrom
tsconfig-remove-outdir
Mar 26, 2026
Merged

Remove vestigial outDir from tsconfig.json#681
truggeri merged 1 commit into
mainfrom
tsconfig-remove-outdir

Conversation

@jeffwidman

Copy link
Copy Markdown
Member

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 jeffwidman marked this pull request as ready for review March 26, 2026 05:07
@jeffwidman jeffwidman requested a review from a team as a code owner March 26, 2026 05:07
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.
@jeffwidman jeffwidman force-pushed the tsconfig-remove-outdir branch from 778d581 to 7e9a0ac Compare March 26, 2026 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants