fix: Wishlist type

chore: exclude only node_modules from tsconfig
This commit is contained in:
Gérard Le Cloerec
2021-04-13 15:36:12 +02:00
parent a0475cb183
commit 8be640e90f
5 changed files with 43 additions and 21 deletions

View File

@@ -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/*"]
}