UNPKG

expo-game-center

Version:

A comprehensive Expo module for iOS Game Center integration, providing authentication, leaderboards, achievements, and native UI presentation.

30 lines 601 B
{ "compilerOptions": { "outDir": "./build", "rootDir": "./src", "declaration": true, "declarationMap": true, "strict": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "target": "ES2019", "lib": ["ES2019"], "module": "CommonJS", "sourceMap": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "build", "ios", "android", "**/*.test.ts", "**/*.test.tsx", "**/__tests__/**/*" ] }