diff --git a/package.json b/package.json index f9bfbb4a..5b35486b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "prepack": "./scripts/prepack.sh", "test": "yarn test:source && yarn test:types", "test:source": "jest && jest-it-up", - "test:types": "tsd", + "test:types": "tsd --files 'src/*.test-d.ts'", "test:watch": "jest --watch" }, "dependencies": {