DevWurm / angular-electron-seed

Seed project for an Angular - Electron Desktop app with the Angular-CLI
28 stars 21 forks source link

Change target version #4

Closed iursevla closed 7 years ago

iursevla commented 7 years ago

Recently forked and started using your project and it has been a life saving of headaches.

But now i have a problem: is it possible to change the target version instead of es5 to es6?

Thanks this repo really helped me, iursevla

DevWurm commented 7 years ago

Yes and it's even pretty easy :) Just go into src/tsconfig.json and change the field target to es6

Have fun ;)