db1c4dc6e3
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
22 lines
558 B
JSON
22 lines
558 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"module": "esnext",
|
|
"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"]
|
|
}
|