diff --git a/docs/tsconfig.json b/docs/tsconfig.json index c45c00a2..e4ce3b63 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -17,7 +17,7 @@ "forceConsistentCasingInFileNames": true, "types": ["vite/client", "@types/node", "unplugin-icons/types/vue"] }, - "include": ["components", "src", "src/.vuepress/*"], + "include": ["components", "src", "src/.vuepress"], "exclude": ["node_modules", "dist"], "references": [{ "path": "./tsconfig.node.json" }] }