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