Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pero5ar authored Sep 9, 2021
1 parent 2163fd5 commit c42438b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# typescript-examples
Examples for a typescript lecture.

Typescript version 4 is expected, but most examples work on props versions as well
Typescript version `^4.2` is expected, but almost all examples work on any `4.x` version, and most work on `>= 3.7`.

###

Resources:
- [Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
- [Release Notes](https://www.typescriptlang.org/docs/handbook/release-notes/overview.html)
- [Playground](https://www.typescriptlang.org/play) -> go to `Examples` or `What's New`
- [tsconfig options](https://www.typescriptlang.org/tsconfig)
- [tsconfig options](https://www.typescriptlang.org/tsconfig)

0 comments on commit c42438b

Please sign in to comment.