Commit 0275ba75 authored by nanahira's avatar nanahira

fix exports

parent 83b374a4
......@@ -7,13 +7,13 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./jsx-runtime": {
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment