Skip to content

Commit 5b7c333

Browse files
authored
docs: remove misleading part about module resolution (#596)
TypeScript module resolution works differently than stated in the README.md
1 parent b38cbcb commit 5b7c333

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ module.exports = {
7070

7171
It's very important to be aware that **this plugin uses [TypeScript](https://github.com/Microsoft/TypeScript)'s, not
7272
[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.
7473

7574
> It's because of the performance - with TypeScript's module resolution we don't have to wait for webpack to compile files.
7675
>

0 commit comments

Comments
 (0)