diff --git a/package.json b/package.json index 3d5734d9..b7748323 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,10 @@ "import": "./dist/module.mjs", "require": "./dist/module.cjs", "types": "./dist/types.d.ts" + }, + "./runtime/*": { + "import": "./dist/runtime/*.mjs", + "types": "./dist/runtime/*.d.ts" } }, "main": "./dist/module.cjs",