diff options
Diffstat (limited to 'docs/typescript')
-rw-r--r-- | docs/typescript/runtime.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/typescript/runtime.md b/docs/typescript/runtime.md index 2bb4ed4c5..37b6972b1 100644 --- a/docs/typescript/runtime.md +++ b/docs/typescript/runtime.md @@ -247,10 +247,10 @@ checking. ### 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 `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()` are the same defaults that are on the command line. The options are [documented here](https://doc.deno.land/builtin/unstable#Deno.CompilerOptions) |