007c21fa8e
Co-authored-by: Claude <noreply@anthropic.com>
23 lines
617 B
JSON
23 lines
617 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"module": "esnext",
|
|
"moduleSuffixes": [".ios", ".android", ".native", ""],
|
|
"lib": ["dom", "esnext"],
|
|
"types": ["node", "jest"],
|
|
"paths": {
|
|
"#/*": ["./src/*"],
|
|
"crypto": ["./src/platform/crypto.ts"],
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "ts-plugin-sort-import-suggestions",
|
|
"moveUpPatterns": ["#/", "@lingui/react/macro"],
|
|
"moveDownPatterns": ["react-native-reanimated/lib"],
|
|
}
|
|
]
|
|
},
|
|
"exclude": ["bskyweb", "bskyembed", "web-build"]
|
|
}
|