Skip to content

Commit

Permalink
Merge pull request #7 from babylonlabs-io/add-type-declarations
Browse files Browse the repository at this point in the history
add type declarations
  • Loading branch information
jeremy-babylonlabs authored Nov 21, 2024
2 parents b0accff + 30fb21b commit 9f240af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">Babylon Core UI</p>
<p align="center"><strong>React</strong> library</p>
<p align="center">
<a href="https://www.npmjs.com/package/@babylonlabs-io/bbn-core-ui"><img src="https://badge.fury.io/js/@babylonlabs-io/bbn-core-ui.svg" alt="npm version" height="18"></a>
<a href="https://www.npmjs.com/package/@babylonlabs-io/bbn-core-ui"><img src="https://badge.fury.io/js/@babylonlabs-io%2Fbbn-core-ui.svg" alt="npm version" height="18"></a>
</p>
</p>
<br/>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@babylonlabs-io/bbn-core-ui",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }]
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"declaration": true
}
}

0 comments on commit 9f240af

Please sign in to comment.