Skip to content

Commit 5023051

Browse files
alan-agius4dgp1130
authored andcommitted
test: update ng-packagr tests tsconfig as per CLI default
This seems to be the root cause of the failures in the following PR: #17455 (cherry picked from commit a78fe96)
1 parent 25ef78e commit 5023051

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/angular_devkit/build_ng_packagr/ng-packaged-ve/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"sourceMap": true,
77
"declaration": false,
88
"moduleResolution": "node",
9-
"emitDecoratorMetadata": true,
109
"experimentalDecorators": true,
11-
"target": "es5",
10+
"target": "es2015",
11+
"module": "esnext",
1212
"typeRoots": [
1313
"node_modules/@types"
1414
],

tests/angular_devkit/build_ng_packagr/ng-packaged/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"sourceMap": true,
77
"declaration": false,
88
"moduleResolution": "node",
9-
"emitDecoratorMetadata": true,
109
"experimentalDecorators": true,
11-
"target": "es5",
10+
"target": "es2015",
11+
"module": "esnext",
1212
"typeRoots": [
1313
"node_modules/@types"
1414
],

0 commit comments

Comments
 (0)