From 5ef73110baa7d83a4ec265d2bafb10547690a2a9 Mon Sep 17 00:00:00 2001
From: xingyu <xingyu4j@vip.qq.com>
Date: Thu, 27 Jul 2023 09:37:10 +0800
Subject: [PATCH] fix: config

---
 tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsconfig.json b/tsconfig.json
index 0a65ad04..1edf8496 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -31,7 +31,7 @@
     "src/**/*.d.ts",
     "src/**/*.tsx",
     "src/**/*.vue",
-    "src/types/**/*.d.tsts",
+    "src/types/**/*.d.ts",
     "src/types/**/*.ts",
     "build/**/*.ts",
     "build/**/*.d.ts",