We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b184026 commit 6747e0bCopy full SHA for 6747e0b
.npmignore
package.json
@@ -11,15 +11,16 @@
11
"vite",
12
"vite-plugin"
13
],
14
+ "type": "module",
15
+ "main": "./dist/index.js",
16
+ "module": "./dist/index.js",
17
+ "types": "./dist/index.d.ts",
18
"exports": {
19
".": {
20
"import": "./dist/index.js",
21
"types": "./dist/index.d.ts"
22
}
23
},
- "module": "./dist/index.js",
- "type": "module",
- "types": "./dist/index.d.ts",
24
"scripts": {
25
"build": "tsc"
26
0 commit comments