https://github.com/timmikeladze/typescript-cheatsheet
A cheat sheet for TypeScript
https://github.com/timmikeladze/typescript-cheatsheet
Last synced: 6 months ago
JSON representation
A cheat sheet for TypeScript
- Host: GitHub
- URL: https://github.com/timmikeladze/typescript-cheatsheet
- Owner: TimMikeladze
- License: mit
- Created: 2016-05-27T10:58:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T08:06:38.000Z (about 10 years ago)
- Last Synced: 2025-09-29T09:34:28.669Z (10 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Cheat Sheet
A simple guide to writing TypeScript
## Notes
### Research
- How to format TypeScript?
- TypeDoc?
- Exporting typings with published package
- How to watch tests?
- Why `import * as React` instead of `import React`
### Todo
- Create Typescript boilerplate
### Observations
- Can't use ES6 modules without typings https://github.com/Microsoft/TypeScript/issues/247#issuecomment-173606648
### Meta
- Mention typings in cheat sheet
- How to use React
## What is TypeScript
## Getting started
Install TypeScript as a development dependency.
`npm i -D typescript tslint typings`
## Types