We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b461b commit 4fd95dbCopy full SHA for 4fd95db
core/package.json
@@ -17,8 +17,8 @@
17
"module": "esm/index.js",
18
"types": "lib/index.d.ts",
19
"scripts": {
20
- "build": "tsbb build",
21
- "watch": "tsbb watch"
+ "build": "tsbb build src/*.tsx --use-babel",
+ "watch": "tsbb watch src/*.tsx --use-babel"
22
},
23
"files": [
24
"lib",
package.json
@@ -21,7 +21,7 @@
"react-dom": "~18.2.0",
"@types/react": "~18.0.21",
"@types/react-dom": "~18.0.6",
- "tsbb": "~3.7.7",
+ "tsbb": "^4.1.5",
25
"husky": "~8.0.0",
26
"lint-staged": "^13.1.2",
27
"prettier": "^2.8.4",
0 commit comments