1bf6e62f2S猫头猫// prettier-ignore 2bf6e62f2S猫头猫{ 3bf6e62f2S猫头猫 "extends": "@tsconfig/react-native/tsconfig.json", /* Recommended React Native TSConfig base */ 4bf6e62f2S猫头猫 "compilerOptions": { 5bf6e62f2S猫头猫 /* Visit https://aka.ms/tsconfig.json to read more about this file */ 6bf6e62f2S猫头猫 7bf6e62f2S猫头猫 /* Completeness */ 8bf6e62f2S猫头猫 "skipLibCheck": true, /* Skip type checking all .d.ts files. */ 9bf6e62f2S猫头猫 "baseUrl": ".", 10bf6e62f2S猫头猫 "paths": { 11bf6e62f2S猫头猫 "@/*": ["./src/*"] 12bf6e62f2S猫头猫 }, 13bf6e62f2S猫头猫 "types": ["node"] 14*85661c25S猫头猫 } 15bf6e62f2S猫头猫 16bf6e62f2S猫头猫} 17