diff --git a/client/index.ts b/client/index.ts index e69de29..372de5e 100644 --- a/client/index.ts +++ b/client/index.ts @@ -0,0 +1,4 @@ +import { ResponseError } from "./lysand/base"; +import { LysandClient } from "./lysand/lysand"; + +export { LysandClient, ResponseError }; diff --git a/client/package.json b/client/package.json index ec41472..0346c7f 100644 --- a/client/package.json +++ b/client/package.json @@ -39,9 +39,8 @@ }, "exports": { ".": { - "import": "./dist/index.js", - "default": "./dist/index.js", - "types": "./dist/index.d.ts" + "import": "./index.ts", + "default": "./index.ts" } }, "funding": {