categories working

This commit is contained in:
Oliver Heywood
2021-10-11 10:11:19 -05:00
parent 3a3eb38ecc
commit b03e6f0271
3 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/local"],
"@framework/*": ["framework/local/*"]
"@framework": ["framework/ordercloud"],
"@framework/*": ["framework/ordercloud/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],