diff --git a/types.d.ts b/lib/types.d.ts similarity index 100% rename from types.d.ts rename to lib/types.d.ts diff --git a/package.json b/package.json index 4a65149..faeb46b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lib" ], "main": "lib/module.js", - "types": "types.d.ts", + "types": "lib/types.d.ts", "scripts": { "lint": "eslint --ext .js,.vue lib", "release": "standard-version && git push --follow-tags && npm publish",