From b76ab8f86993821faa2cd8fe5497238b23b4b1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Fri, 2 Feb 2024 17:21:30 +0800 Subject: [PATCH] build: fix type error tips --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7b5ac1f..9190dac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,5 +23,5 @@ "vueCompilerOptions": { "nativeTags": ["block", "template", "component", "slot"] }, - "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.json"] }