From c89f01c2d46774a489f82f9fa7ff82cc9dd94397 Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期四, 28 八月 2025 02:17:35 +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