Skip to content

Commit f241f80

Browse files
committed
update
1 parent d573d71 commit f241f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clean": "rimraf ./lib ./dist",
1212
"watch": "webpack --watch",
1313
"build": "webpack",
14-
"transpile": "tsc",
14+
"transpile": "tsc --config ./tsconfig.json",
1515
"build:prod": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
1616
"prepublishOnly": "yarn lint && yarn clean && yarn build:prod && yarn transpile",
1717
"prettier": "prettier --write src/**/*.{ts,tsx} example/src/**/*.{ts,tsx}",

0 commit comments

Comments
 (0)