Skip to content

Instantly share code, notes, and snippets.

View cmichaelgraham's full-sized avatar

Mike Graham cmichaelgraham

View GitHub Profile
@cmichaelgraham
cmichaelgraham / app.html
Last active October 9, 2016 03:48 — forked from Vheissu/app.html
Repeater of elements
<template>
<div repeat.for="node of nodes" innerhtml.bind="node.outerHTML"></div>
</template>

These are the steps I had to take to get VS2013 using and outputting TS1.5 with es6 output.

Get Node installed.

npm -g install typescript@1.5.0alpha

This should install to C:\Users\<USER>\AppData\Roaming\npm\node_modules\typescript