diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-25 14:12:50 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-25 14:12:50 +0700 |
| commit | def6c6800d480a863ef4b53956dea2a24f5d037d (patch) | |
| tree | cec2a200d1207d6ce6a90a841ad060ebdf0b2c86 | |
| parent | e7313b4d7006bed37a408d26f15028892839b73a (diff) | |
<iman> back to code
| -rw-r--r-- | tsconfig.json | 3 |
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"] } |
