From 3a4c870bd4b734fa77299909ea65379c2fd9f3fd Mon Sep 17 00:00:00 2001 From: otakky Date: Wed, 18 Oct 2023 15:17:58 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20tailwind=E7=94=A8preset?= =?UTF-8?q?=E3=82=92publish=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=9F=20(#3847)"=20(#3857)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fddaa6ebacb5484e2c30aa79750380f198cb3fa2. --- tsconfig.build.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 50a2fe1d4f..70cc393c49 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,5 +1,4 @@ { "extends": "./tsconfig.json", - "include": ["src/**/*", "smarthr-ui-preset.ts"], "exclude": ["node_modules", "src/**/*.test.ts", "src/**/*.test.tsx", "src/**/*.stories.tsx", "src/**/__tests__"], }