We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d573d71 commit f241f80Copy full SHA for f241f80
package.json
@@ -11,7 +11,7 @@
11
"clean": "rimraf ./lib ./dist",
12
"watch": "webpack --watch",
13
"build": "webpack",
14
- "transpile": "tsc",
+ "transpile": "tsc --config ./tsconfig.json",
15
"build:prod": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
16
"prepublishOnly": "yarn lint && yarn clean && yarn build:prod && yarn transpile",
17
"prettier": "prettier --write src/**/*.{ts,tsx} example/src/**/*.{ts,tsx}",
0 commit comments