Skip to content

Fix ts config path resolving#266

Merged
guyca merged 2 commits intomasterfrom
fixTsConfigPathResolving
Jan 4, 2026
Merged

Fix ts config path resolving#266
guyca merged 2 commits intomasterfrom
fixTsConfigPathResolving

Conversation

@guyca
Copy link
Copy Markdown
Collaborator

@guyca guyca commented Jan 4, 2026

We assumed the extends property in tsconfig was a path specifier while it can also be a Node module specifier.
Node's built-in require-resolve handles both cases.

fixes #258

guyca added 2 commits January 4, 2026 06:17
We assumed the extends property in tsconfig was a path specifier while it can also be a Node module specifier.
Node's built-in require-resolve handles both cases.
@guyca guyca merged commit ca13d1e into master Jan 4, 2026
2 checks passed
@guyca guyca deleted the fixTsConfigPathResolving branch January 4, 2026 04:27
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.

Extension fails to parse module specifier in extends clause

1 participant