diff --git a/packages/react-flip-toolkit/package.json b/packages/react-flip-toolkit/package.json index ee5b963..d42d94a 100644 --- a/packages/react-flip-toolkit/package.json +++ b/packages/react-flip-toolkit/package.json @@ -7,7 +7,10 @@ "main": "lib/index.js", "module": "lib/index.es.js", "types": "lib/index.d.ts", - "exports": "./lib/index.modern.mjs", + "exports": { + "default": "./lib/index.modern.mjs", + "types": "./lib/index.d.ts" + }, "amdName": "ReactFlipToolkit", "repository": { "type": "git",