Skip to content

Commit

Permalink
fix(ui): correctly declare typings with "exports" #17172
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 7, 2024
1 parent d7b5625 commit 0596f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/quasar.server.prod.cjs",
"node": "./dist/quasar.server.prod.js",
"import": "./dist/quasar.client.js"
Expand Down

0 comments on commit 0596f5f

Please sign in to comment.