tessera-metrics / tessera

A dashboard front-end for graphite.
http://tessera-metrics.github.io/tessera/
Apache License 2.0
1.19k stars 81 forks source link

Upgrade to Typescript 1.6 #520

Closed aalpern closed 9 years ago

aalpern commented 9 years ago

http://blogs.msdn.com/b/typescript/archive/2015/09/16/announcing-typescript-1-6.aspx

It has support for resolving type information from node_modules, which will both (a) help with type checking on 3rd party libs, and (b) help with #467