summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]
}