From 916a869300fcfd3e2eb8de2324d26b1dec75e3e4 Mon Sep 17 00:00:00 2001 From: peerless_hero Date: Tue, 11 Jul 2023 04:04:53 +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.app.json | 42 +++++++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index f34da00..e96bf80 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,21 +1,45 @@ { "extends": "@vue/tsconfig/tsconfig.dom.json", - "include": ["env.d.ts", "packages/**/*", "packages/**/*.vue", "stories/**","types/**"], - "exclude": ["src/**/__tests__/*"], + "include": [ + "packages/**/*", + "packages/**/*.vue", + "stories/**", + "types/**" + ], + "exclude": [ + "src/**/__tests__/*" + ], "compilerOptions": { "ignoreDeprecations": "5.0", "sourceMap": true, "composite": true, "baseUrl": ".", "paths": { - "@/*": ["./packages/*"], - "~/*": ["./packages/*"] + "@/*": [ + "./packages/*" + ], + "~/*": [ + "./packages/*" + ] }, - "lib": ["esnext", "dom"], - "types": ["@dcloudio/types", "@uni-helper/uni-app-types", "@uni-helper/uni-cloud-types", "@uni-helper/uni-ui-types"], - "noImplicitAny":false + "lib": [ + "esnext", + "dom" + ], + "types": [ + "@dcloudio/types", + "@uni-helper/uni-app-types", + "@uni-helper/uni-cloud-types", + "@uni-helper/uni-ui-types" + ], + "noImplicitAny": false }, "vueCompilerOptions": { - "nativeTags": ["block", "component", "template", "slot"] + "nativeTags": [ + "block", + "component", + "template", + "slot" + ] } -} +} \ No newline at end of file