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
Is it possible to configure create-react-app to process JSX syntax inside *.ts files rather than only in *.tsx? This is the default for non-Typescript projects now -- only *.js files are generated. Seems to me like the reasoning would be the same as in this issue.
The text was updated successfully, but these errors were encountered:
The typescript community as a whole has decided on ts for typescript files with jsx and tsx for typescript files with jsx in them. See microsoft/TypeScript#26489 for a rundown of the basic issues.
Is it possible to configure create-react-app to process JSX syntax inside
*.ts
files rather than only in*.tsx
? This is the default for non-Typescript projects now -- only*.js
files are generated. Seems to me like the reasoning would be the same as in this issue.The text was updated successfully, but these errors were encountered: