diff options
Diffstat (limited to 'docs/typescript/configuration.md')
-rw-r--r-- | docs/typescript/configuration.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/typescript/configuration.md b/docs/typescript/configuration.md index 752b6da71..5d62c1604 100644 --- a/docs/typescript/configuration.md +++ b/docs/typescript/configuration.md @@ -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 |