From 91a19e6b2c13d6897bb1a0f738fb91032df65be3 Mon Sep 17 00:00:00 2001 From: Sherkey <57581480+SherkeyXD@users.noreply.github.com> Date: Thu, 3 Aug 2023 21:09:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=97=B6=E5=88=A0=E9=99=A4=E7=9A=84tsconfig?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tsconfig.json b/docs/tsconfig.json index c1cd1d38ee..63545ff1d4 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -1,3 +1,4 @@ { + "extends": "maa-tsconfig/react-library.json", "include": [".vuepress/**/*.ts"] }