Some of my projects use typescript, some not. But error messages I see across all project. ``` Type annotations can only be used in TypeScript files. any ``` Will be better to check `tsconfig` file and only if it available — turn on plugin. What do you think?