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