25 lines
743 B
JSON
25 lines
743 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"module": "esnext",
|
|
"lib": ["dom", "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"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "ts-plugin-sort-import-suggestions",
|
|
"moveUpPatterns": ["#/", "@lingui/macro"],
|
|
"moveDownPatterns": ["react-native-reanimated/lib"],
|
|
}
|
|
]
|
|
},
|
|
"exclude": ["bskyweb", "bskyembed", "web-build"]
|
|
}
|