Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 9000527

Browse files
committed
chore(deps-dev): migrate to react-native-builder-bob
1 parent e7915df commit 9000527

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"husky": "^4.2.5",
5656
"jest": "^26.6.3",
5757
"prettier": "^2.0.5",
58+
"react-native-builder-bob": "^0.18.1",
5859
"release-it": "^14.6.2",
5960
"typescript": "^3.8.3"
6061
},
@@ -123,13 +124,18 @@
123124
"arrowParens": "avoid",
124125
"useTabs": false
125126
},
126-
"@react-native-community/bob": {
127+
"react-native-builder-bob": {
127128
"source": "src",
128129
"output": "lib",
129130
"targets": [
130131
"commonjs",
131132
"module",
132-
"typescript"
133+
[
134+
"typescript",
135+
{
136+
"project": "tsconfig.build.json"
137+
}
138+
]
133139
]
134140
}
135141
}

tsconfig.build.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "./tsconfig",
3+
"exclude": [
4+
"example",
5+
"src/__tests__"
6+
]
7+
}

0 commit comments

Comments
 (0)