remove unnecessary line

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

View File

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