Changed link to lib/typescript.d.ts

Azharuddin
2018-01-17 14:57:11 +05:30
parent d4ac6574d9
commit 0d41a84a8f

@@ -140,7 +140,7 @@ fileNames.forEach(fileName => {
In this example, we did not need to create a type checker because all we wanted to do was traverse each `SourceFile`.
All possible ```ts.SyntaxKind``` can be found under enum [here](https://github.com/Microsoft/TypeScript/blob/master/src/compiler/types.ts#L80).
All possible ```ts.SyntaxKind``` can be found under enum [here](https://github.com/Microsoft/TypeScript/blob/964565e06968259fc4e6de6f1e88ab5e0663a94a/lib/typescript.d.ts#L62).
## Incremental build support using the language services