diff --git a/package.json b/package.json index ccefd03f..3be48dc4 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,12 @@ "web-types": "dist/web-types.json", "type": "module", "types": "dist/shoelace.d.ts", + "exports": { + ".": { + "types": "./dist/shoelace.d.ts", + "import": "./dist/shoelace.js" + } + }, "files": [ "dist" ],