We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d031e commit 9f94d0eCopy full SHA for 9f94d0e
package.json
@@ -26,6 +26,7 @@
26
"test:integration": "mocha -r dotenv/config -r ts-node/register --timeout 10000 ./test/**/*.test.ts",
27
"test": "npm run test:unit && npm run test:integration",
28
"build": "rm -rf lib && tsup",
29
+ "postbuild": "cp ./lib/index.d.ts ./lib/index.d.cts",
30
"build:docs": "typedoc --options .typedocrc.json src",
31
"start:docs": "serve ./docs",
32
"prepublishOnly": "npm run build && npm run build:docs",
0 commit comments