docs: update GitHub doc links to use $CLI_VERSION (#7710)

This commit is contained in:
Trivikram Kamat 2020-09-27 03:12:33 -07:00 committed by GitHub
parent 13b5cc7673
commit c28757f379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -33,7 +33,7 @@ To export a type in a different file use
`import type` and `export type` where necessary by setting the `isolatedModules`
TypeScript compiler option to `true`, and the `importsNotUsedAsValues` to
`error`. You can see an example `tsconfig.json` with this option
[in the standard library](https://github.com/denoland/deno/blob/master/std/tsconfig_test.json).
[in the standard library](https://github.com/denoland/deno/blob/$CLI_VERSION/std/tsconfig_test.json).
These settings will be enabled by default in the future. They are already the
default in Deno 1.4 or above when using `--unstable`.