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 debdae8 commit ff66bafCopy full SHA for ff66baf
.changeset/kind-items-listen.md
@@ -0,0 +1,5 @@
1
+---
2
+'vite-plugin-solid': patch
3
4
+
5
+Adjust path to type declaration
package.json
@@ -8,7 +8,7 @@
8
],
9
"main": "dist/cjs/index.cjs",
10
"module": "dist/esm/index.mjs",
11
- "types": "dist/types/index.d.ts",
+ "types": "dist/types/src/index.d.ts",
12
"exports": {
13
"types": "./dist/types/index.d.ts",
14
"import": "./dist/esm/index.mjs",
0 commit comments