You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/typescript-configuration.jade
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ a(id="typings")
64
64
that the TypeScript compiler doesn't recognize natively.
65
65
When the compiler doesn't recognize something, it throws an error.
66
66
67
-
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.
67
+
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.
68
68
69
69
TypeScript-aware editors leverage these same definition files to display type information about library features.
0 commit comments