https://github.com/Microsoft/TypeScript
Raw File
Tip revision: b104ab3d17f755f9fc11df97943ae266c87b8bba authored by Andy on 03 July 2018, 22:56:57 UTC
moveToNewFile: Ignore reference to global (#24651) (#24653)
Tip revision: b104ab3
README.md
# Read This!

This directory contains miscellaneous documentation such as the TypeScript language specification and logo.
If you are looking for more introductory material, you might want to take a look at the [TypeScript Handbook](https://github.com/Microsoft/TypeScript-Handbook).

# Spec Contributions

The specification is first authored as a Microsoft Word (docx) file and then generated into Markdown and PDF formats.
Due to the binary format of docx files, and the merging difficulties that may come with it, it is preferred that **any suggestions or problems found in the spec should be [filed as issues](https://github.com/Microsoft/TypeScript/issues/new)** rather than sent as pull requests.
back to top