From b7d06bb3b44f3a5f18dcfe18ac8fd8ca293188ac Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Mon, 24 Aug 2020 00:03:02 -0400 Subject: [PATCH] More fun --- packages/react-dock/tsconfig.json | 4 +--- tsconfig.base.json | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-dock/tsconfig.json b/packages/react-dock/tsconfig.json index 391ad640..7b7d1492 100644 --- a/packages/react-dock/tsconfig.json +++ b/packages/react-dock/tsconfig.json @@ -1,9 +1,7 @@ { "extends": "../../tsconfig.react.base.json", "compilerOptions": { - "outDir": "lib", - // See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311 - "types": ["jest"] + "outDir": "lib" }, "include": ["src"] } diff --git a/tsconfig.base.json b/tsconfig.base.json index 0410b5a7..28900e26 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,6 +6,8 @@ "strict": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + // See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311 + "types": ["jest"] } }