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
1 changed files with 0 additions and 1 deletions

View File

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