Skip to content

Commit 998533e

Browse files
fix: typescript declaration for vue files
closes #103
1 parent baa9011 commit 998533e

File tree

3 files changed

+279
-252
lines changed

3 files changed

+279
-252
lines changed

package.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"main": "./dist/vue-progressive-image.js",
1616
"module": "./dist/vue-progressive-image.js",
1717
"types": "./dist/vue-progressive-image.d.ts",
18-
"files": [
19-
"dist"
20-
],
18+
"files": ["dist"],
2119
"scripts": {
2220
"dev": "tsdown --watch",
2321
"fix": "biome check --write",
@@ -36,12 +34,7 @@
3634
"type": "git",
3735
"url": "git+https://github.com/MatteoGabriele/vue-progressive-image.git"
3836
},
39-
"keywords": [
40-
"progressive",
41-
"image",
42-
"img",
43-
"lazy loading"
44-
],
37+
"keywords": ["progressive", "image", "img", "lazy loading"],
4538
"license": "MIT",
4639
"bugs": {
4740
"url": "https://github.com/MatteoGabriele/vue-progressive-image/issues"
@@ -51,16 +44,18 @@
5144
"@biomejs/biome": "1.9.4",
5245
"@semantic-release/changelog": "6.0.3",
5346
"@semantic-release/git": "10.0.1",
47+
"@types/node": "22.15.21",
5448
"@vitejs/plugin-vue": "5.2.3",
5549
"@vue/test-utils": "2.4.6",
5650
"jsdom": "26.1.0",
5751
"publint": "0.3.12",
5852
"semantic-release": "24.2.3",
59-
"tsdown": "0.11.1",
53+
"tsdown": "0.12.2",
6054
"typescript": "5.8.3",
6155
"unplugin-vue": "6.2.0",
6256
"vitest": "3.1.3",
63-
"vue": "3.5.13"
57+
"vue": "3.5.13",
58+
"vue-tsc": "2.2.10"
6459
},
6560
"peerDependencies": {
6661
"vue": "3.5.13"

0 commit comments

Comments
 (0)