mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
fix: Wishlist type
chore: exclude only node_modules from tsconfig
This commit is contained in:
@@ -27,12 +27,5 @@
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
||||
"exclude": [
|
||||
"node_modules/*",
|
||||
"components/wishlist",
|
||||
"components/wishlist/WishlistButton",
|
||||
"components/wishlist/WishlistCard",
|
||||
"pages/api/bigcommerce/wishlist",
|
||||
"pages/wishlist"
|
||||
]
|
||||
"exclude": ["node_modules/*"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user