From 4914e900aae7c4c624e87a787a4b97bca69bf593 Mon Sep 17 00:00:00 2001 From: Eiinu Date: Mon, 15 Jan 2024 19:56:10 +0800 Subject: [PATCH] chore: update tsconfig (#2839) --- tsconfig.declaration.json | 6 ------ tsconfig.declaration.taro.json | 5 ----- 2 files changed, 11 deletions(-) diff --git a/tsconfig.declaration.json b/tsconfig.declaration.json index 3c729a5d7e..8c7d413b3b 100644 --- a/tsconfig.declaration.json +++ b/tsconfig.declaration.json @@ -6,9 +6,6 @@ "emitDeclarationOnly": true }, "include": [ - "src/**/*.d.ts", - "src/packages/__VUE/**/index.vue", - "src/packages/__VUE/**/*.ts", "src/packages/nutui.vue.build.ts", "src/packages/locale", "src/packages/utils", @@ -16,8 +13,5 @@ ], "exclude": [ "node_modules", - "**/test/**/*", - "**/demo/**/*", - "src/packages/__VUE/**/__tests__/" ] } diff --git a/tsconfig.declaration.taro.json b/tsconfig.declaration.taro.json index 74de1b2874..5c4f865b9d 100644 --- a/tsconfig.declaration.taro.json +++ b/tsconfig.declaration.taro.json @@ -6,8 +6,6 @@ "emitDeclarationOnly": true }, "include": [ - "src/packages/__VUE/**/index.taro.vue", - "src/packages/__VUE/**/*.ts", "src/packages/nutui.taro.vue.build.ts", "src/packages/locale", "src/packages/utils", @@ -15,8 +13,5 @@ ], "exclude": [ "node_modules", - "**/test/**/*", - "**/demo/**/*", - "src/packages/__VUE/**/__tests__/" ] }