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 183ce82 commit 2936674Copy full SHA for 2936674
package.json
@@ -46,7 +46,7 @@
46
"scripts": {
47
"prepublish": "build",
48
"test": "bun test && bun run test-types",
49
- "test-types": "tsd -t './src/index.ts' -f test/",
+ "test-types": "tsd -t './src/index.ts' -f test/*.test-d.ts",
50
"size": "size-limit",
51
"copy-ts": "cp dist/index.d.mts dist/cjs/index.d.cts && cp dist/debug.d.mts dist/cjs/debug.d.cts",
52
"build": "tsup && npm run copy-ts"
0 commit comments