Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed May 25, 2024
1 parent 7d90e5a commit 34e94b7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@react-native/metro-babel-transformer": "^0.74.83",
"@react-native/metro-config": "^0.74.83",
"@tsconfig/react-native": "^3.0.2",
"@react-native/typescript-config": "0.73.1",
"@types/bip38": "^3.1.2",
"@types/bs58check": "^2.1.0",
"@types/create-hash": "^1.2.2",
Expand Down
10 changes: 9 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
"skipLibCheck": true,
"resolveJsonModule": true,
"module": "esnext",
"moduleResolution": "node"
},
"extends": "@react-native/typescript-config/tsconfig.json",
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "components/react-native-draggable-flatlist", "scripts/maccatalystpatches"],
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js",
"components/react-native-draggable-flatlist",
"scripts/maccatalystpatches"
]
}

0 comments on commit 34e94b7

Please sign in to comment.