From 47d541fbc4517263264236e9e75cfd2535c39a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 29 Feb 2024 15:22:57 +0800 Subject: [PATCH] chore: format tsconfig file --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 89d7bb2..08cc8d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "rc-checkbox": ["src/index.tsx"] } }, - "include": [".dumi/**/*", ".dumirc.ts", "**/*.ts", "**/*.tsx"] + "include": [".dumirc.ts", "**/*.ts", "**/*.tsx"] }