Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Commit

Permalink
docs(readme): add v5 to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Feb 24, 2016
1 parent ce64162 commit 7dcf94a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ typescript-simple [![npm version][npm-image]][npm-url] [![downloads][npm-downloa
* typescript-simple v2.x.x uses TypeScript v1.5
* typescript-simple v3.x.x uses TypeScript v1.6
* typescript-simple v4.x.x uses TypeScript v1.7
* typescript-simple v5.x.x uses TypeScript v1.8

Note: typescript-simple updates the major version for TypeScript's minor update including breaking changes.

Expand Down Expand Up @@ -50,7 +51,7 @@ try {

### Compiler Options

Specify [CompilerOptions](https://github.com/Microsoft/TypeScript/blob/v1.5.0-beta/bin/typescriptServices.d.ts#L1076-L1108) at 2nd argument.
Specify [CompilerOptions](https://github.com/Microsoft/TypeScript/blob/0f67f4b6f1589756906782f1ac02e6931e1cff13/lib/typescript.d.ts#L1445-L1500) at 2nd argument.

```javascript
var js = tss('var n: number = 1;', {noImplicitAny: true});
Expand Down

0 comments on commit 7dcf94a

Please sign in to comment.