mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Fix typo (#6872)
This commit is contained in:
parent
35a1421fb1
commit
3b7fdd6734
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ 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/master/std/tsconfig_test.json).
|
||||||
|
|
||||||
Because there is no type information when using `--no-check`, `const enum` is
|
Because there is no type information when using `--no-check`, `const enum` is
|
||||||
not supported because it is are type-directed. `--no-check` also does not
|
not supported because it is type-directed. `--no-check` also does not support
|
||||||
support the legacy `import =` and `export =` syntax.
|
the legacy `import =` and `export =` syntax.
|
||||||
|
|
||||||
### Using external type definitions
|
### Using external type definitions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue