docs(quickstart.jade): Modify "Typescript type definition file" link up-to-date url
closes #1262
This commit is contained in:
parent
44f63f9907
commit
fea2d1f0f6
|
@ -89,7 +89,7 @@ a(id="typings")
|
|||
:marked
|
||||
Many JavaScript libraries extend the JavaScript environment with features and syntax
|
||||
that the TypeScript compiler doesn't recognize natively. We teach it about these capabilities with
|
||||
<a href="http://www.typescriptlang.org/Handbook#writing-dts-files" target="_blank">TypeScript type definition files</a>
|
||||
<a href="http://www.typescriptlang.org/docs/handbook/writing-declaration-files.html" target="_blank">TypeScript type definition files</a>
|
||||
— *d.ts files* — which we identify in a `typings.json` file.
|
||||
|
||||
We go a little deeper into *typings* in the
|
||||
|
|
Loading…
Reference in New Issue