Updated the commerce config structure

This commit is contained in:
Luis Alvarez
2021-02-25 16:39:01 -05:00
parent f5980d2d46
commit 121ec4b61f
7 changed files with 17 additions and 13 deletions

View File

@@ -22,8 +22,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/shopify"],
"@framework/*": ["framework/shopify/*"]
"@framework": ["framework/bigcommerce"],
"@framework/*": ["framework/bigcommerce/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],