Running tsc results in errors. This can be reproduced by adding the script in the example repo.
Cannot find module '../src/components/Card.astro' or its corresponding type declarations.
Adding the exclude config in tsconfig is not a solution as another error comes up when opening the test file
Cannot find module 'astro:container' or its corresponding type declaration
This is a reproducible example of the issue https://codesandbox.io/p/devbox/reverent-wright-zdfjy6?file=%2Fpackage.json%3A12%2C25
