mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
doc: fix duplicated words 'use of use of' (#11230)
This commit is contained in:
parent
4ae50f5c06
commit
a70e2249cf
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ options frustrates that goal. To make things easier, Deno configures TypeScript
|
|||
to "just work" and shouldn't require additional configuration.
|
||||
|
||||
That being said, Deno does support using a TypeScript configuration file, though
|
||||
like the rest of Deno, the detection and use of use of a configuration file is
|
||||
not automatic. To use a TypeScript configuration file with Deno, you have to
|
||||
provide a path on the command line. For example:
|
||||
like the rest of Deno, the detection and use of a configuration file is not
|
||||
automatic. To use a TypeScript configuration file with Deno, you have to provide
|
||||
a path on the command line. For example:
|
||||
|
||||
```
|
||||
> deno run --config ./tsconfig.json main.ts
|
||||
|
|
Loading…
Reference in a new issue