Skip to content

Commit

Permalink
chore: fix dts test
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 22, 2021
1 parent 78e3064 commit 54cd3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-dts/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@vue/composition-api": ["../dist"]
"@vue/composition-api": ["../dist/vue-composition-api.d.ts"]
}
}
}
}

0 comments on commit 54cd3c0

Please sign in to comment.