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?

0
4 comments
Hello,

Sorry for the delay in responding.
Could you please provide a screenshot of File | Settings | Editor | General | Auto Import settings page?
Thank you.
0

Please check "allowImportingTsExtensions": false in tsconfig.json 

1

Please sign in to leave a comment.