Skip to content

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Apr 29, 2025

This PR adds detection of tsconfig.json at the root of a workspace when there exists either a deno.json or package.json. If a project already has deno.json with a compilerOptions value the tsconfig.json is ignored.

The main part of this change was implemented in:

closes #27095
ref #28455

@dsherret dsherret changed the title feat(check): detect tsconfig.json feat(check): detect tsconfig.json at workspace root Apr 29, 2025
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dsherret dsherret enabled auto-merge (squash) April 29, 2025 19:54
@dsherret dsherret merged commit 58b679a into denoland:main Apr 29, 2025
18 checks passed
@kt3k kt3k deleted the detect-tsconfig-json branch April 30, 2025 00:58
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.

Support tsconfig.json
3 participants