diff --git a/packages/core/package.json b/packages/core/package.json index ac029ef..2e5f401 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -23,6 +23,7 @@ "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { + "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }, @@ -44,4 +45,4 @@ "peerDependencies": { "tailwindcss": ">=3.3.0" } -} +} \ No newline at end of file