mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
Ensure api types are included in the npm package (#2559)
* Ensure api types are included in the npm package * changelog --------- Co-authored-by: DJ Mountney <david@twkie.net>
This commit is contained in:
@@ -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",
|
||||
|
||||
6
upcoming-release-notes/2559.md
Normal file
6
upcoming-release-notes/2559.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [turt2live]
|
||||
---
|
||||
|
||||
API: Publish TypeScript types in the package.
|
||||
Reference in New Issue
Block a user