1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

docs: Fix typos in TypeScript section of the manual (#9195)

This commit is contained in:
Kuzivakwashe 2021-01-20 13:54:42 +02:00 committed by GitHub
parent 0f7a02500c
commit ffb4b32e92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)