docs(typescript): fix broken link (#2263)
This commit is contained in:
parent
6ff9e1a5c1
commit
42257e4a22
|
@ -64,7 +64,7 @@ a(id="typings")
|
||||||
that the TypeScript compiler doesn't recognize natively.
|
that the TypeScript compiler doesn't recognize natively.
|
||||||
When the compiler doesn't recognize something, it throws an error.
|
When the compiler doesn't recognize something, it throws an error.
|
||||||
|
|
||||||
Use [TypeScript type definition files](http://www.typescriptlang.org/Handbook#writing-dts-files)—`d.ts files`—to tell the compiler about the libraries you load.
|
Use [TypeScript type definition files](https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html)—`d.ts files`—to tell the compiler about the libraries you load.
|
||||||
|
|
||||||
TypeScript-aware editors leverage these same definition files to display type information about library features.
|
TypeScript-aware editors leverage these same definition files to display type information about library features.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue