my fork of the bluesky client
1{
2 "extends": "@react-native/typescript-config/tsconfig.json",
3 "compilerOptions": {
4 "jsx": "react-jsx",
5 "module": "esnext",
6 "types": ["node"],
7 "paths": {
8 "#/*": ["./src/*"],
9 "lib/*": ["./src/lib/*"],
10 "platform/*": ["./src/platform/*"],
11 "state/*": ["./src/state/*"],
12 "view/*": ["./src/view/*"],
13 "crypto": ["./src/platform/crypto.ts"]
14 }
15 },
16 "exclude": ["bskyweb", "bskyembed", "web-build"]
17}