You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are all your remix dependencies & dev-dependencies using the same version?
Yes
Steps to Reproduce
create new project with npx create-remix@latest myapp
select 'Just the basics' and 'Javascript'
Expected Behavior
Clean project with no mention of Typescript anywhere
Actual Behavior
tsconfig.json persists, and package.json includes all Typescript dependencies and "typescheck" script. I looked through the version changelogs, and this PR seems like the most likely culprit.
The text was updated successfully, but these errors were encountered:
Removal of all Typescript-related code and config was unreliable and buggy since Remix doesn't control stuff outside of the app/ directory. Instead, Remix CLI now ensures that the app/ directory is rid of TS when selecting "Javascript".
Thank you for your response. I originally thought maybe it was intentional but I couldn't find documentation to support that. Cheers and thanks for pointing me to that information.
What version of Remix are you using?
1.12.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
npx create-remix@latest myapp
Expected Behavior
Clean project with no mention of Typescript anywhere
Actual Behavior
tsconfig.json persists, and package.json includes all Typescript dependencies and "typescheck" script. I looked through the version changelogs, and this PR seems like the most likely culprit.
The text was updated successfully, but these errors were encountered: