add "./package.json": "./package.json", in exports field in package.json

This commit is contained in:
Dimitri POSTOLOV
2025-02-16 21:05:04 +07:00
committed by GitHub
parent 23669c330d
commit dbb3431813
+1
View File
@@ -34,6 +34,7 @@
"type": "module", "type": "module",
"module": "./dist/lib/index.js", "module": "./dist/lib/index.js",
"exports": { "exports": {
"./package.json": "./package.json",
".": { ".": {
"types": "./dist/lib/index.d.ts", "types": "./dist/lib/index.d.ts",
"svelte": "./dist/lib/index.js", "svelte": "./dist/lib/index.js",