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 103e2eb commit 756531cCopy full SHA for 756531c
README.md
@@ -334,19 +334,6 @@ module.exports = {
334
};
335
```
336
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
350
## Profiling types resolution
351
352
When using TypeScript 4.3.0 or newer you can profile long type checks by
0 commit comments