From ecffbda664e89c565f5521f33d65ae40618a3f09 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 13 Mar 2019 18:47:44 +0100 Subject: [PATCH] test: fix outDir in TS integration tests (#29284) PR Close #29284 --- integration/typings_test_ts34/tsconfig.json | 2 +- integration/typings_test_ts35/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/typings_test_ts34/tsconfig.json b/integration/typings_test_ts34/tsconfig.json index 5ad151541f..4f4c0c258d 100644 --- a/integration/typings_test_ts34/tsconfig.json +++ b/integration/typings_test_ts34/tsconfig.json @@ -4,7 +4,7 @@ "experimentalDecorators": true, "module": "commonjs", "moduleResolution": "node", - "outDir": "../../dist/typings_test_ts32/", + "outDir": "../../dist/typings_test_ts34/", "rootDir": ".", "target": "es5", "lib": [ diff --git a/integration/typings_test_ts35/tsconfig.json b/integration/typings_test_ts35/tsconfig.json index 5ad151541f..eda9f8060c 100644 --- a/integration/typings_test_ts35/tsconfig.json +++ b/integration/typings_test_ts35/tsconfig.json @@ -4,7 +4,7 @@ "experimentalDecorators": true, "module": "commonjs", "moduleResolution": "node", - "outDir": "../../dist/typings_test_ts32/", + "outDir": "../../dist/typings_test_ts35/", "rootDir": ".", "target": "es5", "lib": [