diff options
Diffstat (limited to 'docs/getting_started/typescript.md')
-rw-r--r-- | docs/getting_started/typescript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/typescript.md b/docs/getting_started/typescript.md index ebe1e5e70..35a513b37 100644 --- a/docs/getting_started/typescript.md +++ b/docs/getting_started/typescript.md @@ -100,7 +100,7 @@ be provided to Deno on program execution. You need to explicitly tell Deno where to look for this configuration by setting the `-c` argument when executing your application. -```bash +```shell deno run -c tsconfig.json mod.ts ``` |