We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38cbcb commit 5b7c333Copy full SHA for 5b7c333
README.md
@@ -70,7 +70,6 @@ module.exports = {
70
71
It's very important to be aware that **this plugin uses [TypeScript](https://github.com/Microsoft/TypeScript)'s, not
72
[webpack](https://github.com/webpack/webpack)'s modules resolution**. It means that you have to setup `tsconfig.json` correctly.
73
-For example if you set `files: ['./src/index.ts']` in `tsconfig.json`, this plugin will check only `index.ts` for errors.
74
75
> It's because of the performance - with TypeScript's module resolution we don't have to wait for webpack to compile files.
76
>
0 commit comments