Skip to content

Commit

Permalink
Ensure api types are included in the npm package (actualbudget#2559)
Browse files Browse the repository at this point in the history
* Ensure api types are included in the npm package

* changelog

---------

Co-authored-by: DJ Mountney <[email protected]>
  • Loading branch information
turt2live and twk3 authored May 18, 2024
1 parent f604fda commit 99ab8db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2559.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [turt2live]
---

API: Publish TypeScript types in the package.

0 comments on commit 99ab8db

Please sign in to comment.