mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-08-10 16:43:19 +00:00
13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"typeRoots": ["./src/utils/envtypes"],
|
|
"paths": {
|
|
"nostr-tools/*": ["./node_modules/nostr-tools/lib/types/*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
}
|
|
}
|