Skip to content

Commit

Permalink
test: update ng-packagr tests tsconfig as per CLI default
Browse files Browse the repository at this point in the history
This seems to be the root cause of the failures in the following PR:
#17455

(cherry picked from commit a78fe96)
  • Loading branch information
alan-agius4 authored and dgp1130 committed Apr 13, 2020
1 parent 25ef78e commit 5023051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"target": "es2015",
"module": "esnext",
"typeRoots": [
"node_modules/@types"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"target": "es2015",
"module": "esnext",
"typeRoots": [
"node_modules/@types"
],
Expand Down

0 comments on commit 5023051

Please sign in to comment.