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:
Travis Ralston
2024-05-18 11:23:18 -06:00
committed by GitHub
parent f604fdaf36
commit 99ab8db99f
2 changed files with 8 additions and 1 deletions

View File

@@ -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",