Update TypeScript.md

This commit is contained in:
Angelos Chalaris
2018-09-02 22:21:21 +03:00
committed by GitHub
parent c27364ace4
commit b7ae6742e0

View File

@ -1,4 +1,4 @@
### TypeScript
TypeScript is a superset of JavaScript, adding static typing to the language.
TypeScript is a superset of JavaScript, adding optional static typing to the language.
TypeScript compiles to plain JavaScript.