diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 23e91ec8..6b3c1f01 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -9,6 +9,6 @@ "docs/.vuepress/**/*.vue" ], "exclude": [ - "../node_modules" + "node_modules" ] }