From ea60dd9d933029da008feeb12c010805d3f9836c Mon Sep 17 00:00:00 2001 From: lyt <1105290566@qq.com> Date: Mon, 19 Apr 2021 13:03:36 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.04.19:=E4=BF=AE=E6=94=B9tsconfig.json?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=99=A8=E6=8A=A5=E7=BA=A2=E9=97=AE=E9=A2=98?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 11da58c..c15b03c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -68,6 +68,5 @@ /* Advanced Options */ "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ - }, - "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] + } }