Skip to content

Commit fe74559

Browse files
committed
feat: type package
1 parent 894f4bc commit fe74559

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
File renamed without changes.

packages/types/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@vue-hooks-plus/types",
3-
"version": "1.6.0-alpha.3",
3+
"version": "1.6.0-alpha.8",
44
"description": "",
55
"files": [
6-
"types",
6+
"index.d.ts",
7+
"types.d.ts",
78
"package.json",
89
"README.md"
910
],
10-
"types": "./types/index.d.ts",
11+
"types": "./index.d.ts",
1112
"scripts": {
1213
"build": "vite build"
1314
},
File renamed without changes.

packages/types/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
plugins: [
77
dts({
88
include: ['../hooks/src/**/*.ts'],
9-
outputDir: path.resolve(__dirname, 'types'),
9+
outputDir: path.resolve(__dirname),
1010
rollupTypes: true,
1111
}),
1212
],

0 commit comments

Comments
 (0)