diff --git a/package.json b/package.json index 1b9f59d..6002615 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "prepare" : "npm run build" }, "main": "dist/index.umd.js", + "types": "dist/src/plugins/SirvMediaViewer/index.d.ts", "keywords": [ "front-end", "web", @@ -55,5 +56,8 @@ "repository": { "type": "git", "url": "https://github.com/Mefistosss/vue-js-sirv-viewer.git" - } + }, + "files": [ + "dist/**/*" + ] }