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 9dae695 commit f993323Copy full SHA for f993323
package.json
@@ -16,6 +16,7 @@
16
"test": "c8 node test/coverage.js && node test/modern.mjs",
17
"coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info",
18
"postbuild": "npx tsc -p tsconfig.json && npx tsc -p tsconfig.cjs.json",
19
+ "clean": "find ./ -type f -name '*.d.ts' -delete",
20
"are-types-wrong": "npx attw --pack ."
21
},
22
"keywords": [
0 commit comments