-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1208b36
commit 7fd2b60
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# MTSC ![GitHub](https://img.shields.io/github/license/SteveBeeblebrox/MTSC?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/SteveBeeblebrox/MTSC?style=flat-square) ![GitHub issues](https://img.shields.io/github/issues-raw/SteveBeeblebrox/MTSC?style=flat-square) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/SteveBeeblebrox/MTSC?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors/SteveBeeblebrox/MTSC?color=007EC6&style=flat-square) ![GitHub Repo stars](https://img.shields.io/github/stars/SteveBeeblebrox/MTSC?style=flat-square) | ||
A standalone TypeScript transpiler. MTSC versions correspond to TypeScript. **MTSC only transpiles TypeScript and does not do any type checking itself. For best results use with an editor that provides error messages such as Visual Studio Code.** | ||
A standalone TypeScript transpiler. MTSC versions correspond to TypeScript. **Note that MTSC only transpiles TypeScript and does not do any type checking itself. For best results, use with an editor that provides error messages such as Visual Studio Code.** | ||
|
||
Run with `--help` for more details. |