fix(@schematics/angular): remove emitDecoratorMetadata TS option for new applications

This commit is contained in:
Charles Lyding 2019-05-20 20:11:04 -04:00 committed by Minko Gechev
parent 258dfc281e
commit 6b28d3ac51
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/lib",
"target": "es2015",
"emitDecoratorMetadata": true,
"declaration": true,
"inlineSources": true,
"types": [],

View File

@ -7,7 +7,6 @@
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",