Bluesky app fork with some witchin' additions 馃挮
at main 713 B view raw
1{ 2 "extends": "@react-native/typescript-config/tsconfig.json", 3 "compilerOptions": { 4 "jsx": "react-jsx", 5 "module": "esnext", 6 "types": ["node", "jest"], 7 "baseUrl": ".", 8 "paths": { 9 "#/*": ["./src/*"], 10 "crypto": ["./src/platform/crypto.ts"], 11 "multiformats/cid": ["node_modules/multiformats/types/src/cid.d.ts"], 12 "multiformats/hashes/hasher": ["node_modules/multiformats/types/src/hashes/hasher.d.ts"] 13 }, 14 "plugins": [ 15 { 16 "name": "ts-plugin-sort-import-suggestions", 17 "moveUpPatterns": ["#/", "@lingui/macro"], 18 "moveDownPatterns": ["react-native-reanimated/lib"], 19 } 20 ] 21 }, 22 "exclude": ["bskyweb", "bskyembed", "web-build"] 23}