diff --git a/clients/ts-sdk/package.json b/clients/ts-sdk/package.json index ca7044d551..1f8c1a29d5 100644 --- a/clients/ts-sdk/package.json +++ b/clients/ts-sdk/package.json @@ -3,6 +3,9 @@ "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", + "files": [ + "dist" + ], "version": "0.0.1", "license": "MIT", "scripts": { @@ -22,9 +25,7 @@ "esbuild-register": "^3.6.0", "typedoc-plugin-mdn-links": "^3.2.9", "typescript": "^5.5.4", - "vitest": "^2.0.5" - }, - "dependencies": { + "vitest": "^2.0.5", "typedoc": "^0.26.0", "typedoc-plugin-merge-modules": "^6.0.0" } diff --git a/clients/ts-sdk/typedoc.json b/clients/ts-sdk/typedoc.json index 53fe764d41..24e8decc5b 100644 --- a/clients/ts-sdk/typedoc.json +++ b/clients/ts-sdk/typedoc.json @@ -7,7 +7,7 @@ "excludeProtected": true, "includeVersion": true, "name": "Trieve Typescript SDK", - "readme": "./Readme.md", + "readme": "./README.md", "searchInComments": true, "searchInDocuments": true, "navigationLinks": {