This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tsc --project tsconfig.json src/*.ts
20
20
## Compiler Options
21
21
22
22
If you're looking for more information about the compiler options in a tsconfig, check out the TSConfig Reference beta
23
- available in [ the v2 site] ( https://www.typescriptlang .org/v2/en /tsconfig ) .
23
+ available in [ the v2 site] ( https://www.staging-typescript .org/tsconfig ) .
24
24
25
25
Option | Type | Default | Description
26
26
-----------------------------------------------|-----------|--------------------------------|----------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ A project is compiled in one of the following ways:
12
12
When input files are specified on the command line, ` tsconfig.json ` files are ignored.
13
13
14
14
If you're looking for more information about the compiler options in a tsconfig, check out the TSConfig Reference beta
15
- available in [ the v2 site] ( https://www.typescriptlang .org/v2/en /tsconfig ) .
15
+ available in [ the v2 site] ( https://www.staging-typescript .org/tsconfig ) .
16
16
17
17
## Examples
18
18
You can’t perform that action at this time.
0 commit comments