diff --git a/package.json b/package.json index 28fada710ac3..19a750ec6fc0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.4.1", "description": "", "main": "dist/node/index.js", - "types": "index.d.ts", + "typings": "types/index.d.ts", "bin": { "vitepress": "bin/vitepress.js" },