mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -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.
|
to "just work" and shouldn't require additional configuration.
|
||||||
|
|
||||||
That being said, Deno does support using a TypeScript configuration file, though
|
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
|
like the rest of Deno, the detection and use of a configuration file is not
|
||||||
not automatic. To use a TypeScript configuration file with Deno, you have to
|
automatic. To use a TypeScript configuration file with Deno, you have to provide
|
||||||
provide a path on the command line. For example:
|
a path on the command line. For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
> deno run --config ./tsconfig.json main.ts
|
> deno run --config ./tsconfig.json main.ts
|
||||||
|
|
Loading…
Reference in a new issue