diff --git a/packages/typescript-config/tsconfig.json b/packages/typescript-config/tsconfig.json index 39546a64d861d3..d5e1bce7990fe0 100644 --- a/packages/typescript-config/tsconfig.json +++ b/packages/typescript-config/tsconfig.json @@ -36,5 +36,8 @@ "skipLibCheck": true, // Causes issues with package.json "exports" "forceConsistentCasingInFileNames": false - } + }, + "exclude": [ + "**/Pods/**" + ] }