summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 96670169..8ffe11f6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -32,7 +32,8 @@
".next/types/**/*.ts",
"src-migrate/**/*",
"src/pages/shop/promo/index.tsx",
- "src/pages/shop/promo/[slug].jsx"
+ "src/pages/shop/promo/[slug].jsx",
+ "src/lib/transaction/components/useTransactionStore.js"
],
"exclude": ["node_modules", "src"]
}