Skip to content

Commit 8ba2985

Browse files
committed
fix solid types...
1 parent 4affc2e commit 8ba2985

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/solid/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
},
1212
"files": [
1313
"/build",
14-
"README.md"
14+
"README.md",
15+
"/*.d.ts",
16+
"/*.d.ts.map"
1517
],
1618
"main": "build/cjs/index.js",
1719
"module": "build/esm/index.js",

0 commit comments

Comments
 (0)