Skip to content

Commit

Permalink
chore: types improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarulislam committed Dec 15, 2023
1 parent 1fe132b commit 0d494e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./treeAdapter"
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./components"
export * from "./plugin"
export * from "./helpers"
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noUnusedLocals": true,
"declaration": true,
"paths": {
"~/*": ["./src/*"],
"@composables/*": ["./src/composables/*"],
Expand Down

0 comments on commit 0d494e6

Please sign in to comment.