We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657953c commit c67dbfaCopy full SHA for c67dbfa
1 file changed
packages/core/package.json
@@ -25,7 +25,7 @@
25
"lint": "eslint \"{src,test}/**/*.ts\"",
26
"check:types": "tsc --noEmit",
27
"test:unit": "tsx --test --test-reporter spec --no-deprecation test/**/*.test.ts",
28
- "test:types": "tsd -f ./types/*.test-d.ts",
+ "test:types": "tsd",
29
"test": "yarn test:unit && yarn test:types",
30
"docs": "rm -rf docs && yarn typedoc --options typedoc.json",
31
"prepack": "tsc --build ./tsconfig.build.json && yarn prepack:es2015 && yarn prepack:commonjs",
@@ -58,5 +58,8 @@
58
},
59
"volta": {
60
"extends": "../../package.json"
61
+ },
62
+ "tsd": {
63
+ "directory": "./types"
64
}
65
0 commit comments