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 97f991f commit 8c46099Copy full SHA for 8c46099
package.json
@@ -16,6 +16,7 @@
16
"module": "dist/index.es.js",
17
"scripts": {
18
"build": "npm run clean && cross-env NODE_ENV=production npm run build:ts",
19
+ "typecheck": "tsc",
20
"build:ts": "rollup -c",
21
"clean": "rimraf dist",
22
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
0 commit comments