diff --git a/package.json b/package.json index 2656919..f08401c 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,12 @@ "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", + "typesVersions": { + "*": { + "react": ["./dist/react/index.d.ts"], + "core": ["./dist/core/index.d.ts"] + } + }, "exports": { ".": { "types": "./dist/index.d.ts",