Skip to content

Commit c67dbfa

Browse files
committed
Fix tsd error
Signed-off-by: Dmitriy Lazarev <w@kich.dev>
1 parent 657953c commit c67dbfa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/core/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint \"{src,test}/**/*.ts\"",
2626
"check:types": "tsc --noEmit",
2727
"test:unit": "tsx --test --test-reporter spec --no-deprecation test/**/*.test.ts",
28-
"test:types": "tsd -f ./types/*.test-d.ts",
28+
"test:types": "tsd",
2929
"test": "yarn test:unit && yarn test:types",
3030
"docs": "rm -rf docs && yarn typedoc --options typedoc.json",
3131
"prepack": "tsc --build ./tsconfig.build.json && yarn prepack:es2015 && yarn prepack:commonjs",
@@ -58,5 +58,8 @@
5858
},
5959
"volta": {
6060
"extends": "../../package.json"
61+
},
62+
"tsd": {
63+
"directory": "./types"
6164
}
6265
}

0 commit comments

Comments
 (0)