Saleor was not in the providers list

This commit is contained in:
Bel Curcio
2021-06-14 18:00:24 -03:00
parent a17e0f8309
commit 55f3a432b8
4 changed files with 17 additions and 9 deletions

View File

@@ -22,10 +22,16 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/local"],
"@framework/*": ["framework/local/*"]
"@framework": ["framework/shopify"],
"@framework/*": ["framework/shopify/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
"exclude": ["node_modules"]
"exclude": [
"node_modules",
"./framework/bigcommerce",
"./framework/swell",
"./framework/vendure",
"./framework/saleor"
]
}