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