expose types first in export map

master
Conduitry 3 months ago
parent c9f7dcdbbd
commit 9c0f031f00

@ -10,9 +10,9 @@
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},

Loading…
Cancel
Save