Skip to content

Commit 4a60d4d

Browse files
adrianthedeveuvl
authored andcommitted
added basic typescript definition file (euvl#121)
* added basic typescript definition file * adde new line on definition file
1 parent cab9c84 commit 4a60d4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'vue-js-toggle-button'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"build": "npm run build:client && npm run build:ssr"
1111
},
1212
"main": "dist/index.js",
13+
"types": "index.d.ts",
1314
"repository": {
1415
"type": "git",
1516
"url": "https://github.com/euvl/vue-js-toggle-button.git"

0 commit comments

Comments
 (0)