I have the following webpack.config.js
var path = require(\"path\"); var webpack = require(\'webpack\'); module.exports = { entry: { \'ng2-auto-comple
for es6 use this
tsc filename.ts --lib es2015