Skip to content

Commit b3087a8

Browse files
authored
Swap link to lib replacement to libReplacement flag (#1976)
1 parent 3abede7 commit b3087a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/readmes/web.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The APIs inside `@types/web` are [generated from](https://github.com/microsoft/T
88

99
## Installation
1010

11-
With TypeScript 4.5+ using [lib replacement](https://github.com/microsoft/TypeScript/pull/45771), you can swap the DOM lib with this dependency:
11+
With TypeScript 4.5+ using [lib replacement](https://www.typescriptlang.org/tsconfig/#libReplacement), you can swap the DOM lib with this dependency:
1212

1313
```sh
1414
pnpm add @typescript/lib-dom@npm:@types/web --save-dev
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
4747

4848
## Deploy Metadata
4949

50-
You can read what changed in version {{version}} at {{release_href}}.
50+
You can read what changed in version {{version}} at {{release_href}}.

deploy/readmes/webworker.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package contains type definitions which will set up the global environment
88

99
## Installation
1010

11-
With TypeScript 4.5+ using [lib replacement](https://github.com/microsoft/TypeScript/pull/45771), you can swap the WebWorker lib with this dependency:
11+
With TypeScript 4.5+ using [lib replacement](https://www.typescriptlang.org/tsconfig/#libReplacement), you can swap the WebWorker lib with this dependency:
1212

1313
```sh
1414
pnpm add @typescript/lib-webworker@npm:@types/webworker --save-dev
@@ -45,4 +45,4 @@ This project does not respect semantic versioning as almost every change could p
4545

4646
## Deploy Metadata
4747

48-
You can read what changed in version {{version}} at {{release_href}}.
48+
You can read what changed in version {{version}} at {{release_href}}.

0 commit comments

Comments
 (0)