fix ts issues 2

This commit is contained in:
Clément Le Bihan
2023-09-05 15:29:35 +02:00
parent a81d3ee34d
commit b76d496034
3 changed files with 22 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": [
"es2023",
"es2022",
"DOM"
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
"jsx": "react-native" /* Specify what JSX code is generated. */,