Skip to content

Commit a78fe96

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: angular#17455
1 parent f0e6a69 commit a78fe96

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

+2-2
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

+2-2
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)