{ "extends": "../../tsconfig.base.json", "compilerOptions": { "allowSyntheticDefaultImports": true, "jsx": "react-native", "lib": ["dom", "esnext"], "moduleResolution": "node", "skipLibCheck": true, "resolveJsonModule": true, "strict": true, "declaration": true, "allowJs": true, "baseUrl": "./", "paths": { "@/*": [ "./app/*" ], } }, "files": [], "include": [".expo/types/**/*.ts", "expo-env.d.ts"], "references": [ { "path": "./tsconfig.app.json", }, { "path": "./tsconfig.spec.json", }, ], }