Skip to content

fix(tsconfig): set explicit rootDir to silence TS6059 in consumer IDEs#211

Merged
mandarini merged 1 commit intomainfrom
fix/tsconfig-rootdir
May 4, 2026
Merged

fix(tsconfig): set explicit rootDir to silence TS6059 in consumer IDEs#211
mandarini merged 1 commit intomainfrom
fix/tsconfig-rootdir

Conversation

@mandarini
Copy link
Copy Markdown
Contributor

The shipped tsconfig.json sets outDir without rootDir, which causes TypeScript >=5.x to emit a TS6059 hint in consumer IDEs that validate the vendor config. Setting rootDir to ./src matches what TypeScript already infers and follows the team's recommended migration.

Closes #209

@mandarini mandarini merged commit a77ee8a into main May 4, 2026
4 checks passed
@mandarini mandarini deleted the fix/tsconfig-rootdir branch May 4, 2026 12:04
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.

tsconfig.json: outDir without rootDir triggers TS6059 / migration warning when validated by IDE

2 participants