From d02fe5880b55dd2c71b07681a2d50ebf29c21c3d Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 30 Apr 2022 23:21:21 +0800 Subject: [PATCH] ci: update tsconfig.json types --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 20e6c606..84e04aeb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,9 @@ "@theme-plume/*": ["./packages/theme/src/client/components/*"], "@internal/*": ["./docs/.vuepress/.temp/internal/*"], "@vuepress-plume/vuepress-*": ["./packages/*/src"], - "@vuepress-plume/vuepress-theme-plume": ["./packages/theme/src"] + "@vuepress-plume/vuepress-theme-plume": [ + "./packages/theme/src/node/index.ts" + ] }, "types": ["webpack-env", "vite/client"] },