diff --git a/package.json b/package.json index 95430395c9..0169b8555e 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "repository": "tannerlinsley/react-query", "homepage": "https://github.com/tannerlinsley/react-query#readme", "main": "index.js", + "types": "types/index.d.ts", "module": "dist/react-query.mjs", - "types": "types", "sideEffects": false, "scripts": { "test": "is-ci \"test:ci\" \"test:dev\"",