diff --git a/package.json b/package.json index 2165c877..b24fb35e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "./package.json": "./package.json", ".": { "types": "./index.d.ts", - "default": "./lib/runtime/index.js" + "default": "./lib/runtime/index.js", + "svelte": "./lib/runtime/index.js" }, "./vite-plugin": { "types": "./typings/lib/extra/vite-plugin/vite-plugin.d.ts",