diff --git a/packages/api/package.json b/packages/api/package.json index 0cebf81bef0ccc3f7e8f9cfb15c37d69669aaa71..fac39b4fad34c3741f10e43eca5888097b85ca5c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -9,7 +9,8 @@ "main": "dist/index.js", "types": "@types/index.d.ts", "files": [ - "dist" + "dist", + "@types" ], "scripts": { "build:app": "yarn workspace loot-core build:api", diff --git a/upcoming-release-notes/2559.md b/upcoming-release-notes/2559.md new file mode 100644 index 0000000000000000000000000000000000000000..1209f7344f84be9bf6f1691efa2a7eb6e2d9f527 --- /dev/null +++ b/upcoming-release-notes/2559.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [turt2live] +--- + +API: Publish TypeScript types in the package.