Skip to content

Commit 11e4d63

Browse files
author
Brad Anderson
committed
fix: bun trustedDependencies, tsc
1 parent 9419ac1 commit 11e4d63

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

bun.lockb

-37.9 KB
Binary file not shown.

packages/react-native-quick-crypto/package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,10 @@
121121
}
122122
]
123123
]
124-
}
124+
},
125+
"trustedDependencies": [
126+
"react-native-quick-crypto",
127+
"nitro-codegen",
128+
"react-native-nitro-modules"
129+
]
125130
}

packages/react-native-quick-crypto/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"composite": true,
4+
"outDir": "lib",
45
"rootDir": "src",
56
"allowUnreachableCode": false,
67
"allowUnusedLabels": false,

0 commit comments

Comments
 (0)