expose types first in export map

This commit is contained in:
Conduitry 2022-12-12 19:22:39 -05:00
parent c9f7dcdbbd
commit 9c0f031f00
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},