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
📋 General description or bullet points (if proposing new content)
The manual installation instructions for some UI frameworks do not include info about setting additional options in a ts.config when they are required (and are set by the astro CLI when using astro add)
As an example, when using npx astro add react the following is added to your TS config by the CLI:
I just wanted to get the issue opened, when I have some time today I will check and see which other frameworks adjust the TS config and post here what they add
📚 Subject area/topic
Client-Side Interactivity
📋 Suggested page
https://docs.astro.build/en/guides/framework-components/
📋 General description or bullet points (if proposing new content)
The manual installation instructions for some UI frameworks do not include info about setting additional options in a
ts.config
when they are required (and are set by the astro CLI when using astro add)As an example, when using
npx astro add react
the following is added to your TS config by the CLI:However the manual installation instructions do not tell the user to add these options, which has resulted in issues for users.
🖥️ Reproduction of code samples in StackBlitz
No response
The text was updated successfully, but these errors were encountered: