Set the minimum typescript version to 1.5.0
fixes #172 ^1.5.0-beta means >= 1.5.0 and < 2.0.0 and is technically valid. however it's probably nicer not to refer to beta versions in the doc.
This commit is contained in:
parent
d9089f215c
commit
ba7364ec9e
@ -46,7 +46,7 @@
|
||||
are loaded, or configure your editor or IDE to do it.
|
||||
|
||||
code-example.
|
||||
$ npm install -g typescript@^1.5.0-beta
|
||||
$ npm install -g typescript@^1.5.0
|
||||
$ tsc --watch -m commonjs -t es5 --emitDecoratorMetadata app.ts
|
||||
|
||||
.callout.is-helpful
|
||||
|
Loading…
x
Reference in New Issue
Block a user