When working on my TypeScript project in WebStorm, I encountered an issue where the TypeScript compiler recognized my tsconfig.json
file as a TS file.
Adjusting TypeScript Settings in WebStorm: https://i.sstatic.net/EyX6T.png
Error Encountered: https://i.sstatic.net/CYSG9.png
I found that changing the settings to "Set Options Manually" resolved the compiler issue.
Is there a way to make sure the compiler recognizes tsconfig.json as a configuration file?