From 3b208cab33978ad88171008b273262de5e0a50bf Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期六, 18 十一月 2023 14:35:27 +0800
Subject: [PATCH] 修改
---
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