{ "extends": "../../tsconfig.base.json", "compilerOptions": { "strict": true, "baseUrl": ".", "jsx": "react-jsx", "paths": { "@/*": ["./src/*"], "~/*": ["../../packages/backend/*"] } }, "include": [ "**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts" ] }