fixed tsconfig

This commit is contained in:
Michele Balistreri 2024-09-13 08:18:57 +02:00
parent d4232d91ea
commit 21c694fde8
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A

View File

@ -1,4 +1,7 @@
{
"extends": "@react-native/typescript-config/tsconfig.json",
"noImplicitAny": false
"compilerOptions": {
"jsx": "react",
"noImplicitAny": false
}
}