mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-02-08 09:05:01 +00:00
For Angular 2 template, compile directly from TS->ES5. Remove use of Babel altogether.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"target": "es6",
|
||||
"target": "es5",
|
||||
"sourceMap": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
|
||||
Reference in New Issue
Block a user