diff --git a/tsconfig.tests.json b/tsconfig.tests.json index d6bb25bd3fd..6da258b326f 100644 --- a/tsconfig.tests.json +++ b/tsconfig.tests.json @@ -1,5 +1,9 @@ { "extends": "./tsconfig.json", - "include": ["src/**/__tests__/**/*.ts", "src/**/__tests__/**/*.tsx"], + "include": [ + "src/**/__tests__/**/*.ts", + "src/**/__tests__/**/*.tsx", + "src/config/jest/setup.ts" + ], "exclude": [] }