mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
fix(@schematics/angular): remove emitDecoratorMetadata
TS option for new applications
This commit is contained in:
parent
258dfc281e
commit
6b28d3ac51
@ -3,6 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/lib",
|
||||
"target": "es2015",
|
||||
"emitDecoratorMetadata": true,
|
||||
"declaration": true,
|
||||
"inlineSources": true,
|
||||
"types": [],
|
||||
|
@ -7,7 +7,6 @@
|
||||
"declaration": false,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"importHelpers": true,
|
||||
"target": "es2015",
|
||||
|
Loading…
x
Reference in New Issue
Block a user