From e1f9a259750f387fbaa4b60295f42eaf9b74cfd8 Mon Sep 17 00:00:00 2001 From: Bang Hu <hu_bang@hotmail.com> Date: 星期五, 29 八月 2025 13:56:37 +0800 Subject: [PATCH] 修改提交文件的默认附件类型为'其他' --- tsconfig.json | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d80c590..b32073d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,6 +27,9 @@ "types/**/*.ts", "types/**/*.d.ts", "./auto-imports.d.ts" + ], + "exclude": [ + "src/views_back/**/*" ] // "references": [{ "path": "./tsconfig.node.json" }] } -- Gitblit v1.8.0