From 931ccc444035bca08a666d69e916a6ea0449b841 Mon Sep 17 00:00:00 2001 From: moyin <244344649@qq.com> Date: Thu, 8 Jan 2026 23:06:56 +0800 Subject: [PATCH] =?UTF-8?q?config=EF=BC=9A=E6=B7=BB=E5=8A=A0TypeScript?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加tsconfig.build.json构建配置文件 --- tsconfig.build.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tsconfig.build.json diff --git a/tsconfig.build.json b/tsconfig.build.json new file mode 100644 index 0000000..a880ab0 --- /dev/null +++ b/tsconfig.build.json @@ -0,0 +1,12 @@ +{ + "extends": "./tsconfig.json", + "exclude": [ + "node_modules", + "dist", + "client", + "**/*.spec.ts", + "**/*.test.ts", + "**/tests/**/*", + "test/**/*" + ] +} \ No newline at end of file