diff --git a/package.json b/package.json index 65ade5f1..c2ec4b33 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" },