Skip to content

Commit

Permalink
fix: add globals as types exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Antosik committed Jan 13, 2025
1 parent f29f31c commit 7f49fb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/mdsvex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"require": "./dist/main.cjs",
"default": "./dist/main.mjs"
},
"./package.json": "./package.json"
"./package.json": "./package.json",
"./globals": {
"types": "./globals.d.ts"
}
},
"main": "dist/main.cjs",
"module": "dist/main.mjs",
Expand Down

0 comments on commit 7f49fb3

Please sign in to comment.