From def6c6800d480a863ef4b53956dea2a24f5d037d Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Wed, 25 Sep 2024 14:12:50 +0700 Subject: back to code --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8ffe11f6..96670169 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -32,8 +32,7 @@ ".next/types/**/*.ts", "src-migrate/**/*", "src/pages/shop/promo/index.tsx", - "src/pages/shop/promo/[slug].jsx", - "src/lib/transaction/components/useTransactionStore.js" + "src/pages/shop/promo/[slug].jsx" ], "exclude": ["node_modules", "src"] } -- cgit v1.2.3