Skip to content

Commit 94c2137

Browse files
authored
Update typescript docs link
The current link for the tsconfig docs page goes to TypeScript's staging system. Replaced it with a prod link.
1 parent 456afd3 commit 94c2137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ Let's specify the following configurations in our <i>tsconfig.json</i> file:
545545
546546
Do not worry too much about the <i>compilerOptions</i>; they will be under closer inspection later on.
547547
548-
You can find explanations for each of the configurations from the TypeScript documentation, or from the really handy [tsconfig page](https://www.staging-typescript.org/tsconfig), or from the tsconfig [schema definition](http://json.schemastore.org/tsconfig), which unfortunately is formatted a little worse than the first two options.
548+
You can find explanations for each of the configurations from the TypeScript documentation, or from the really handy [tsconfig page](https://www.typescriptlang.org/tsconfig), or from the tsconfig [schema definition](http://json.schemastore.org/tsconfig), which unfortunately is formatted a little worse than the first two options.
549549
550550
### Adding Express to the mix
551551

0 commit comments

Comments
 (0)