Skip to content

Commit 756531c

Browse files
authored
docs: remove outdated "typings" section
1 parent 103e2eb commit 756531c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -334,19 +334,6 @@ module.exports = {
334334
};
335335
```
336336

337-
## Typings
338-
339-
To use the plugin typings, you have to install `@types/webpack`. It's not included by default to not collide with your
340-
existing typings (`@types/webpack` imports `@types/node`). [It's an old TypeScript issue](https://github.com/microsoft/TypeScript/issues/18588),
341-
the alternative is to set `skipLibCheck: true` in the `compilerOptions` 😉
342-
```sh
343-
# with npm
344-
npm install --save-dev @types/webpack
345-
346-
# with yarn
347-
yarn add --dev @types/webpack
348-
```
349-
350337
## Profiling types resolution
351338

352339
When using TypeScript 4.3.0 or newer you can profile long type checks by

0 commit comments

Comments
 (0)