fixed ts type issue

This commit is contained in:
Clément Le Bihan
2023-09-05 15:08:56 +02:00
parent 85473ae492
commit a81d3ee34d
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
/* Language and Environment */
"target": "esnext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"lib": [
"es2019",
"es2023",
"DOM"
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
"jsx": "react-native" /* Specify what JSX code is generated. */,