From d6df271c2d045c6397fb9a40a76ace3257038f49 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 27 Jun 2022 22:31:41 +0200 Subject: [PATCH] chore(docs): update `tsconfig.json` --- docs/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }] }