docs: Add ".ts" support in docs and configuration.

Add references to TypeScript in documentation where appropriate, such
as in example bash commands and discussions of the file structure.
Add a new section to the Reading List with TypeScript resources.
Also update `.editorconfig` to support ".ts" files.

Fix part of #12000.
This commit is contained in:
Marco Burstein
2019-03-28 12:55:05 -07:00
committed by Tim Abbott
parent ce7d2fde70
commit ae5496020b
9 changed files with 42 additions and 23 deletions

View File

@@ -52,9 +52,9 @@ templating systems.
----------------------------------------
### JavaScript and other static assets
### JavaScript, TypeScript, and other static assets
* `static/js/` Zulip's own JavaScript.
* `static/js/` Zulip's own JavaScript and TypeScript sources.
* `static/styles/` Zulip's own CSS.