Skip to content

Commit

Permalink
test: fix outDir in TS integration tests (angular#29284)
Browse files Browse the repository at this point in the history
PR Close angular#29284
  • Loading branch information
cexbrayat authored and AndrewKushnir committed Jul 31, 2019
1 parent adc3975 commit ecffbda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/typings_test_ts34/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../dist/typings_test_ts32/",
"outDir": "../../dist/typings_test_ts34/",
"rootDir": ".",
"target": "es5",
"lib": [
Expand Down
2 changes: 1 addition & 1 deletion integration/typings_test_ts35/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../dist/typings_test_ts32/",
"outDir": "../../dist/typings_test_ts35/",
"rootDir": ".",
"target": "es5",
"lib": [
Expand Down

0 comments on commit ecffbda

Please sign in to comment.