Exclude prop

This commit is contained in:
Luis Alvarez
2021-06-10 01:52:09 -05:00
parent 3b2bf654fe
commit ddd4631ade
2 changed files with 4 additions and 3 deletions

View File

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