mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
docs: Fix typos in TypeScript section of the manual (#9195)
This commit is contained in:
parent
0f7a02500c
commit
ffb4b32e92
1 changed files with 2 additions and 2 deletions
|
@ -247,10 +247,10 @@ checking.
|
||||||
|
|
||||||
### Compiler options
|
### Compiler options
|
||||||
|
|
||||||
`Deno.emit()` support quite a few compiler options that can impact how code is
|
`Deno.emit()` supports quite a few compiler options that can impact how code is
|
||||||
type checked and emitted. They are similar to the options supported by a
|
type checked and emitted. They are similar to the options supported by a
|
||||||
`tsconfig.json` in the `compilerOptions` section, but there are several options
|
`tsconfig.json` in the `compilerOptions` section, but there are several options
|
||||||
that are not supported. This is because they are either meaningless in Deno our
|
that are not supported. This is because they are either meaningless in Deno or
|
||||||
would cause Deno to not be able to work properly. The defaults for `Deno.emit()`
|
would cause Deno to not be able to work properly. The defaults for `Deno.emit()`
|
||||||
are the same defaults that are on the command line. The options are
|
are the same defaults that are on the command line. The options are
|
||||||
[documented here](https://doc.deno.land/builtin/unstable#Deno.CompilerOptions)
|
[documented here](https://doc.deno.land/builtin/unstable#Deno.CompilerOptions)
|
||||||
|
|
Loading…
Reference in a new issue