I have some files
- Compenent.js
- index.js
- types.js
How i can avoid Type annotations can only be used in TypeScript files. error, and show types in js files?
I have some files
How i can avoid Type annotations can only be used in TypeScript files. error, and show types in js files?