Skip to content

Commit

Permalink
Merge pull request #249 from nextcloud-libraries/fix/exports
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Feb 23, 2024
2 parents 185fbb9 + 08fe3d0 commit f11daed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
".": "./dist/index.d.ts",
"./ocs": "./dist/ocs.d.ts"
".": {
"types": "./dist/index.d.ts"
},
"./ocs": {
"types": "./dist/ocs.d.ts"
}
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit f11daed

Please sign in to comment.