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 f92c3e8 commit 9c8107cCopy full SHA for 9c8107c
package.json
@@ -25,14 +25,15 @@
25
"main": "dist/index.cjs",
26
"module": "dist/index.js",
27
"types": "dist/types/index.d.ts",
28
+ "style": "dist/style.css",
29
"exports": {
30
".": {
31
"import": "./dist/index.js",
- "require": "./dist/index.cjs"
32
+ "require": "./dist/index.cjs",
33
+ "types": "./dist/types/index.d.ts"
34
},
35
"./index.css": "./dist/style.css"
36
- "style": "dist/style.css",
37
"scripts": {
38
"dev": "vite",
39
"build": "run-p type-check \"build-only {@}\" --",
0 commit comments