summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-25 14:12:50 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-25 14:12:50 +0700
commitdef6c6800d480a863ef4b53956dea2a24f5d037d (patch)
treecec2a200d1207d6ce6a90a841ad060ebdf0b2c86
parente7313b4d7006bed37a408d26f15028892839b73a (diff)
<iman> back to code
-rw-r--r--tsconfig.json3
1 files changed, 1 insertions, 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"]
}