Skip to content

Commit

Permalink
fix: add interface.d.ts to exports (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellcaffeinated authored Oct 23, 2023
1 parent 5598a4d commit e8ec67d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"./json": {
"import": "./lib/json/json.js",
"types": "./types/lib/json/json.d.ts"
},
"./interface": {
"types": "./types/interface.d.ts"
}
},
"types": "cborg.d.ts",
Expand Down

0 comments on commit e8ec67d

Please sign in to comment.