From fbd70023ee5fee5dafaca19f5c2d88330fed5b99 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 20 Jul 2024 01:04:03 +0800 Subject: [PATCH] chore: update tsconfig paths --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e13b96ac..ec56fd1f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "baseUrl": ".", "paths": { "@internal/md-power/replEditorData": ["./plugins/plugin-md-power/src/client/shim.d.ts"], - "@internal/pageComponents": ["./docs/.vuepress/.temp/internal/pageComponents.js"], "@internal/*": ["./docs/.vuepress/.temp/internal/*"], "@theme/*": ["./theme/src/client/components/*"],