Extensions of importing files while using React, Vite, Typescript
I've noticed that when using the auto import feature in Rider, it automatically adds the .ts
and .tsx
file extensions to the imported modules.
How can I this turn off?
Please sign in to leave a comment.
Sorry for the delay in responding.
Could you please provide a screenshot of File | Settings | Editor | General | Auto Import settings page?
Thank you.
have the same issue
Please check
"allowImportingTsExtensions": false
intsconfig.json
vmechkauskas Thanks, it works)