From f28a629adcef5b8a9487aaac8cb32804233b745b Mon Sep 17 00:00:00 2001 From: Yen-Chi Chen Date: Sat, 27 Jun 2020 20:49:11 +0200 Subject: [PATCH] tidying changes --- packages/jest-transform/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/jest-transform/tsconfig.json b/packages/jest-transform/tsconfig.json index c3c126149d3f..079b7c019362 100644 --- a/packages/jest-transform/tsconfig.json +++ b/packages/jest-transform/tsconfig.json @@ -1,13 +1,13 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "outDir": "build", - "rootDir": "src", + "rootDir": "src", + "outDir": "build", }, "references": [ {"path": "../jest-haste-map"}, {"path": "../jest-regex-util"}, {"path": "../jest-types"}, {"path": "../jest-util"} - ], + ] }