Skip to content

Commit

Permalink
Ensure api types are included in the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Apr 6, 2024
1 parent b5f617d commit 7166ef3
Showing 1 changed file with 2 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

0 comments on commit 7166ef3

Please sign in to comment.