'Can you use custom typescript compiler with @typescript-eslint?

Basically, I have a webpack, package.json, tsconfig.json configs with, but it doesn't lint typescript files, for that you need @typescript-eslint package which can't configure custom compiler, are there any workarounds around this?

In my webpack config i use ts-loader and a eslint-webpack-plugin.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source