when targeting -es5; How to get rid of Angular2 errors on Cannot find map, 
Promise ...


if I target es6 the errors will go away, but I must target es5 to support 
old browsers.


I am using visual studio 2015


{ "compilerOptions": { "noImplicitAny": false, "noEmitOnError": true, 
"removeComments": false, "sourceMap": true, "target": "es6", "module": 
"system", "moduleResolution": "node", "emitDecoratorMetadata": true, 
"experimentalDecorators": true, "outDir": "./Scripts" }, "exclude": [ 
"node_modules" ] }

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to