ng2 + tsc + typings + unit tests Always updated with the latest version of ng2 (beta-15), typescript (1.8.9), typings (0.7.9) and jasmine (2.3). Install dev dependencies $ npm i Install typings globally $ npm i -g typings Install typings stuff $ typings i Compile $ npm run build Run $ npm start Test $ npm t Happy coding!