diff --git a/tsconfig.json b/tsconfig.json index 304ab4e2..f5fd5ede 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,6 @@ { - "extends": "@react-native/typescript-config/tsconfig.json" + "extends": "@react-native/typescript-config/tsconfig.json", + "compilerOptions": { + "lib": ["dom", "es2015.promise"] + } }