{ "extends": "@react-native/typescript-config/tsconfig.json", "compilerOptions": { "noImplicitAny": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, "useDefineForClassFields": true, "skipLibCheck": true, }, "exclude": ["node_modules", "e2e"] }