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.
dist/index.d.ts
dist/vue-composition-api.d.ts
1 parent 132a403 commit 78e3064Copy full SHA for 78e3064
package.json
@@ -14,7 +14,7 @@
14
"module": "./dist/vue-composition-api.esm.js",
15
"unpkg": "./dist/vue-composition-api.prod.js",
16
"jsdelivr": "./dist/vue-composition-api.prod.js",
17
- "types": "./dist/index.d.ts",
+ "types": "./dist/vue-composition-api.d.ts",
18
"exports": {
19
".": {
20
"import": "./dist/vue-composition-api.esm.js",
rollup.config.js
@@ -107,7 +107,7 @@ if (process.env.TARGET) {
107
buildConfig.push({
108
input: 'typings/index.d.ts',
109
output: {
110
- file: 'dist/index.d.ts',
+ file: 'dist/vue-composition-api.d.ts',
111
format: 'es',
112
},
113
onwarn,
0 commit comments