{ "extends": "@react-native/typescript-config/tsconfig.json", "compilerOptions": { "jsx": "react-jsx", "module": "esnext", "moduleSuffixes": [".ios", ".android", ".native", ""], "lib": ["dom", "esnext"], "types": ["node", "jest"], "paths": { "#/*": ["./src/*"], "crypto": ["./src/platform/crypto.ts"], }, "plugins": [ { "name": "ts-plugin-sort-import-suggestions", "moveUpPatterns": ["#/", "@lingui/react/macro"], "moveDownPatterns": ["react-native-reanimated/lib"], } ] }, "exclude": ["bskyweb", "bskyembed", "web-build"] }