Skip to content

Commit 6b28d3a

Browse files
clydinmgechev
authored andcommitted
fix(@schematics/angular): remove emitDecoratorMetadata TS option for new applications
1 parent 258dfc2 commit 6b28d3a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/schematics/angular/library/files/tsconfig.lib.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/lib",
55
"target": "es2015",
6+
"emitDecoratorMetadata": true,
67
"declaration": true,
78
"inlineSources": true,
89
"types": [],

packages/schematics/angular/workspace/files/tsconfig.json.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"declaration": false,
88
"module": "esnext",
99
"moduleResolution": "node",
10-
"emitDecoratorMetadata": true,
1110
"experimentalDecorators": true,
1211
"importHelpers": true,
1312
"target": "es2015",

0 commit comments

Comments
 (0)