Files
bsky-social-app/tsconfig.json
T
2025-04-28 12:54:40 +03:00

17 lines
508 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"module": "esnext",
"types": ["node", "jest"],
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"],
"crypto": ["./src/platform/crypto.ts"],
"multiformats/cid": ["node_modules/multiformats/types/src/cid.d.ts"],
"multiformats/hashes/hasher": ["node_modules/multiformats/types/src/hashes/hasher.d.ts"]
}
},
"exclude": ["bskyweb", "bskyembed", "web-build"]
}