1{ 2 "extends": "@react-native/typescript-config/tsconfig.json", 3 "compilerOptions": { 4 /* Visit https://aka.ms/tsconfig.json to read more about this file */ 5 6 /* Completeness */ 7 "noImplicitAny": false, 8 "skipLibCheck": true, /* Skip type checking all .d.ts files. */ 9 "baseUrl": ".", 10 "paths": { 11 "@/*": ["./src/*"] 12 }, 13 "types": ["node"] 14 } 15} 16