mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -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",
|
||||
|
||||
Reference in New Issue
Block a user