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 786b025 commit ae202b9Copy full SHA for ae202b9
package.json
@@ -27,7 +27,7 @@
27
"build:cjs": "tsc -p tsconfig.cjs.json",
28
"build:esm": "tsc -p tsconfig.esm.json",
29
"build:umd": "tsc -p tsconfig.umd.json",
30
- "build:types": "tsc -p tsconfig.types.json",
+ "build:types": "cpy \"src/**/*.d.ts\" dist --parents && tsc -p tsconfig.types.json",
31
"build": "pnpm i && pnpm run clean && concurrently \"pnpm:build:*\"",
32
"bump": "pnpm run precommit && pnpm version patch",
33
"docs": "rimraf docs && typedoc --options typedoc.json --readme none",
@@ -54,7 +54,7 @@
54
"@types/node": "^24.3.0",
55
"chai": "^5.2.1",
56
"concurrently": "^9.2.0",
57
- "copyfiles": "^2.4.1",
+ "cpy-cli": "^6.0.0",
58
"eslint": "^9.33.0",
59
"mocha": "^11.7.1",
60
"rimraf": "^6.0.1",
0 commit comments