How to disable auto-recognition of .js files as TypeScript compilation output in IntelliJ IDEA
I’m using the latest version of IntelliJ IDEA and working on a project that uses both JavaScript and TypeScript. I’m facing an issue where IntelliJ automatically recognizes .js files as compiled output of .ts files when they have the same name.
How to disable auto-recognition of .js files as TypeScript compilation output in IntelliJ IDEA
I’m using the latest version of IntelliJ IDEA and working on a project that uses both JavaScript and TypeScript. I’m facing an issue where IntelliJ automatically recognizes .js files as compiled output of .ts files when they have the same name.