{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "ES2020", "module": "ESNext", "outDir": "dist", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "jsx": "react-native", "moduleResolution": "bundler" }, "include": [ "**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "nativewind-env.d.ts" ] }