Skip to content

Commit 428c292

Browse files
authored
Update typescript.md
1 parent 019da1b commit 428c292

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To transcribe speech from a file:
125125
1. Transpile from TypeScript to JavaScript.
126126
127127
```shell
128-
npx tsc --noEmit
128+
tsc
129129
```
130130
131131
This command should produce no output if successful.

0 commit comments

Comments
 (0)