mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
docs: update GitHub doc links to use $CLI_VERSION (#7710)
This commit is contained in:
parent
13b5cc7673
commit
c28757f379
3 changed files with 7 additions and 7 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue