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 39d7d29 commit a6612feCopy full SHA for a6612fe
package.json
@@ -11,7 +11,8 @@
11
"import": "./dist/main.lib.js"
12
},
13
"./*": {
14
- "import": "./dist/*"
+ "import": "./dist/*",
15
+ "types": "./dist/*"
16
17
"./components": {
18
"types": "./dist/components/index.d.ts",
@@ -34,15 +35,15 @@
34
35
"import": "./dist/directives/index.js"
36
37
"./directives/*": {
- "types": "./dist/directives/*.d.ts",
38
+ "types": "./dist/directives/*",
39
"import": "./dist/directives/*"
40
41
"./helpers": {
42
"types": "./dist/helpers/index.d.ts",
43
"import": "./dist/helpers/index.js"
44
45
"./helpers/*": {
- "types": "./dist/helpers/*.d.ts",
46
+ "types": "./dist/helpers/*",
47
"import": "./dist/helpers/*"
48
49
"./tailwind": {
0 commit comments