Skip to content

Commit 54cd3c0

Browse files
committed
chore: fix dts test
1 parent 78e3064 commit 54cd3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-dts/tsconfig.build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"paths": {
5-
"@vue/composition-api": ["../dist"]
5+
"@vue/composition-api": ["../dist/vue-composition-api.d.ts"]
66
}
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)