Skip to content

Commit

Permalink
fix: bun trustedDependencies, tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Aug 28, 2024
1 parent 9419ac1 commit 11e4d63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 6 additions & 1 deletion packages/react-native-quick-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,10 @@
}
]
]
}
},
"trustedDependencies": [
"react-native-quick-crypto",
"nitro-codegen",
"react-native-nitro-modules"
]
}
1 change: 1 addition & 0 deletions packages/react-native-quick-crypto/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"composite": true,
"outDir": "lib",
"rootDir": "src",
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down

0 comments on commit 11e4d63

Please sign in to comment.