Skip to content

Commit

Permalink
chore: TS declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Apr 5, 2024
1 parent cd27f53 commit fac225a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-panthers-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hydrofoil/resource-store": patch
---

TypeScript declarations
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "NodeNext",
"target": "ES2022",
"moduleResolution": "NodeNext"
"moduleResolution": "NodeNext",
"declaration": true
}
}

0 comments on commit fac225a

Please sign in to comment.