diff --git a/packages/typescript-config/tsconfig.json b/packages/typescript-config/tsconfig.json index 3bb1451e792..39546a64d86 100644 --- a/packages/typescript-config/tsconfig.json +++ b/packages/typescript-config/tsconfig.json @@ -36,11 +36,5 @@ "skipLibCheck": true, // Causes issues with package.json "exports" "forceConsistentCasingInFileNames": false - }, - "exclude": [ - "node_modules", - "babel.config.js", - "metro.config.js", - "jest.config.js" - ] + } }