diff --git a/tsconfig.base.json b/tsconfig.base.json index e17cd0ff564d80..afabdbaf82e30d 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -33,5 +33,13 @@ "typeRoots": [ "./node_modules/@types" ] }, - "exclude": [ "**/benchmark", "**/test/**", "**/build/**", "**/build-*/**" ] + "exclude": [ + "**/benchmark", + "**/test/**", + "**/build/**", + "**/build-*/**", + "**/*.android.js", + "**/*.ios.js", + "**/*.native.js" + ] }