Skip to content

Commit

Permalink
Fix tsd error
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Lazarev <w@kich.dev>
  • Loading branch information
wKich committed Jul 17, 2024
1 parent 657953c commit c67dbfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint \"{src,test}/**/*.ts\"",
"check:types": "tsc --noEmit",
"test:unit": "tsx --test --test-reporter spec --no-deprecation test/**/*.test.ts",
"test:types": "tsd -f ./types/*.test-d.ts",
"test:types": "tsd",
"test": "yarn test:unit && yarn test:types",
"docs": "rm -rf docs && yarn typedoc --options typedoc.json",
"prepack": "tsc --build ./tsconfig.build.json && yarn prepack:es2015 && yarn prepack:commonjs",
Expand Down Expand Up @@ -58,5 +58,8 @@
},
"volta": {
"extends": "../../package.json"
},
"tsd": {
"directory": "./types"
}
}

0 comments on commit c67dbfa

Please sign in to comment.