Skip to content

Commit

Permalink
docs(README): fix typescript compiler cli name
Browse files Browse the repository at this point in the history
tcs -> tsc
  • Loading branch information
petermikitsh authored Jan 23, 2021
1 parent c69a1ec commit 2fca9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ var config = {

# TypeScript compiler (CLI)

TypeScript command line compiler tool (`tcs`) does not support using of pluggable modules and transformers.
TypeScript command line compiler tool (`tsc`) does not support using of pluggable modules and transformers.
For that reason there are other tools created that do support pluggable transformers. See [`ttypescript` compiler](#ttypescript-compiler) section.

# `ttypescript` compiler
Expand Down

0 comments on commit 2fca9ba

Please sign in to comment.