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 0fb700c commit 5a530faCopy full SHA for 5a530fa
package.json
@@ -43,11 +43,12 @@
43
"types": "./dist/index.d.ts",
44
"scripts": {
45
"build": "tsc",
46
+ "build:dts": "tsc --emitDeclarationOnly --removeComments false",
47
"watch": "tsc -w",
48
"test": "ava",
49
"lint": "eslint source/index.ts",
50
"clean": "rimraf dist",
- "prepublishOnly": "npm run lint && npm run clean && npm run build"
51
+ "prepublishOnly": "npm run lint && npm run clean && npm run build && npm run build:dts"
52
},
53
"devDependencies": {
54
"@fast-check/ava": "^1.2.1",
0 commit comments