From d1764119d771f293fd7d403134a04d405463f67f Mon Sep 17 00:00:00 2001 From: 223880 Date: Wed, 10 Apr 2024 07:00:00 -0300 Subject: [PATCH] Fix --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f5fd5ede..a2139908 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@react-native/typescript-config/tsconfig.json", "compilerOptions": { - "lib": ["dom", "es2015.promise"] + "lib": ["es6"], } } +