An ATproto social media client -- with an independent Appview.
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 },
15 "exclude": ["bskyweb", "bskyembed", "web-build"]
16}