From dd6b4c829008ac8cfca52ec9fcab1271abe26962 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 31 十月 2023 10:10:40 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/bulletin-board-style1 into wn --- tsconfig.app.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index a4378fa..ceee83b 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,6 +1,6 @@ { "extends": "@vue/tsconfig/tsconfig.dom.json", - "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "global.d.ts"], + "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "global.d.ts", "src/**/*.ts"], "exclude": ["src/**/__tests__/*"], "compilerOptions": { "composite": true, -- Gitblit v1.8.0