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 75d1992 commit 6aacee5Copy full SHA for 6aacee5
package.json
@@ -15,6 +15,7 @@
15
],
16
"scripts": {
17
"clean": "rimraf lib lib-esm",
18
+ "check-types": "tsc --noEmit",
19
"eslint": "eslint src --ext ts --cache",
20
"eslint-fix": "npm run eslint -- --fix",
21
"prepublishOnly": "npm run tsc",
0 commit comments