ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)

This commit is contained in:
Robert Pintilii
2022-10-21 14:09:15 +03:00
committed by GitHub
parent 4755f5a031
commit 6ab996568b
31 changed files with 89 additions and 71 deletions

View File

@@ -19,6 +19,8 @@
"**/mobile/*",
"**/native/*",
"**/*.native.ts",
"**/*.native.tsx"
"**/*.native.tsx",
"**/*.ios.ts",
"**/*.android.ts"
]
}