Skip to content
Snippets Groups Projects
Unverified Commit 99ab8db9 authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

Ensure api types are included in the npm package (#2559)


* Ensure api types are included in the npm package

* changelog

---------

Co-authored-by: default avatarDJ Mountney <david@twkie.net>
parent f604fdaf
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
---
category: Maintenance
authors: [turt2live]
---
API: Publish TypeScript types in the package.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment