@types/web 0.0.347 → 0.0.348

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,6 +16,8 @@ npm install @typescript/lib-dom@npm:@types/web --save-dev
16
16
  yarn add @typescript/lib-dom@npm:@types/web --dev
17
17
  ```
18
18
 
19
+ If you are using TypeScript 6.0+, set [`libReplacement`](https://www.typescriptlang.org/tsconfig/#libReplacement) to `true` in your `tsconfig.json`.
20
+
19
21
  That's all.
20
22
 
21
23
  <details>
@@ -47,4 +49,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
49
 
48
50
  ## Deploy Metadata
49
51
 
50
- You can read what changed in version 0.0.347 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.347.
52
+ You can read what changed in version 0.0.348 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.348.