From 339cb8642dae5ad9e6b854fba584f484d2dd7af6 Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Wed, 20 Nov 2024 04:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20tsconfig=20to?= =?UTF-8?q?=20exclude=20docs=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 29c144e..1fc5563 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,11 @@ { - "extends": [ "./.nuxt/tsconfig.json", - "./docs/.nuxt/tsconfig.json", ], "exclude": [ "dist", "node_modules", "playground", + "docs" ] }