diff --git a/tsconfig.json b/tsconfig.json index db363ad7..f185f6ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,5 @@ "strict": true, "target": "esnext" }, - "exclude": ["node_modules", "babel.config.js"] + "exclude": ["node_modules", "babel.config.js", "metro.config.js"] }