🐛 BUG: astro check
does not support TSC project references
#920
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
ecosystem: upstream
Issue is caused by a bug / missing feature upstream
feat: check
Issue in `astro-check` (scope)
Describe the Bug
This is a follow-up to my message here.
Passing a "solution-style" tsconfig.json to
astro check
, whichreferences
other projects (tsconfigs), will make the type checker silently accept type errors associated with types imported from those other projects.The issue might be related to #649 since project references rely on emitting type declarations.
Steps to Reproduce
(This is a placeholder ticket for now; I will update it soon with example code to reproduce the issue.)See https://github.com/codethief/tsconfig-playground/tree/fe78e51d4f4c62f801f281efd1ffff48ecdb32ea/2024-07-27-astro-with-project-references
The text was updated successfully, but these errors were encountered: