From 002325bfbb5a24eb9cc94364c748451fe1aaff60 Mon Sep 17 00:00:00 2001 From: tntgroup Date: Fri, 13 Jan 2023 11:50:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0e39726..56c1647 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,13 +12,8 @@ "lib": ["esnext", "dom"], "types": ["@dcloudio/types"], "paths": { - "@/*":["./src/*"] + "@/*": ["./src/*"] } }, - "include": [ - "src/**/*.ts", - "src/**/*.d.ts", - "src/**/*.tsx", - "src/**/*.vue" - ] + "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] }