We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.16.0
Typecheck succeeds for new project
Typecheck fails
Fixed by updating tsconfig.json to include following entries:
... "exclude": ["node_modules"], "compilerOptions": { "skipLibCheck": true, ...
Or recommend addressing module type errors so clean remix starter typechecks clean.
Thank you,
The text was updated successfully, but these errors were encountered:
Run typecheck for basic platform templates
9ca6c63
This adds a regression test for remix-run#6010, remix-run#6296, remix-run#6403, etc.
Yeah, I think the best solution is to just revert #6051.
Sorry, something went wrong.
Closing as a duplicate of #4371.
6c01fce
markdalgleish
No branches or pull requests
What version of Remix are you using?
1.16.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Expected Behavior
Typecheck succeeds for new project
Actual Behavior
Typecheck fails
Fixed by updating tsconfig.json to include following entries:
Or recommend addressing module type errors so clean remix starter typechecks clean.
Thank you,
The text was updated successfully, but these errors were encountered: