We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94584e4 commit e2d8d54Copy full SHA for e2d8d54
1 file changed
package.json
@@ -92,7 +92,7 @@
92
],
93
"scripts": {
94
"prepack": "yarn clean && yarn build",
95
- "clean": "rimraf -g \"*.js\" \"*.cjs\" \"*.map\" \"*.d.ts\" \"bundle\"",
+ "clean": "rimraf -g \"*.js\" \"*.cjs\" \"*.map\" \"*.d.ts\" \"*.d.cts\" \"bundle\"",
96
"build": "node scripts/build-exports.js",
97
"test": "node --test --test-reporter spec --test-reporter-destination=stdout",
98
"test:coverage": "yarn test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info",
0 commit comments