Skip to content

Commit 6e429ba

Browse files
authored
Merge pull request #2374 from laurin-no/patch-4
Update typescript docs link
2 parents 456afd3 + 94c2137 commit 6e429ba

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)