Skip to content

Commit

Permalink
fix types import directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sameoldlab committed May 7, 2024
1 parent 691af1f commit ba238a0
Show file tree
Hide file tree
Showing 2 changed files with 5,640 additions and 4,694 deletions.
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"type": "module",
"types": "./types.d.ts",
"files": [
"dist"
"src"
],
"exports": {
"types": "./dist/types.d.ts"
"types": "./src/types.d.ts"
},
"scripts": {
"dev": "tsc -w",
Expand Down
Loading

0 comments on commit ba238a0

Please sign in to comment.