We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7a3a4 commit c046251Copy full SHA for c046251
packages/react/package.json
@@ -7,7 +7,8 @@
7
"types": "./dist/react-output-target/index.d.ts",
8
"type": "module",
9
"files": [
10
- "dist/"
+ "dist/",
11
+ "runtime.d.ts"
12
],
13
"publishConfig": {
14
"access": "public"
packages/vue/package.json
@@ -6,7 +6,8 @@
6
"homepage": "https://stenciljs.com/",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments