From 672f3975f775cea2f907a62d258e2c53be0d0b32 Mon Sep 17 00:00:00 2001 From: 223880 Date: Tue, 26 Mar 2024 08:48:05 -0300 Subject: [PATCH] Fix --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] + } }