Update tsconfig.json

This commit is contained in:
George FitzGibbons 2021-06-30 17:22:59 -04:00 committed by GitHub
parent 1182ef523d
commit 151b4cf169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/bigcommerce"],
"@framework/*": ["framework/bigcommerce/*"]
"@framework": ["framework/local"],
"@framework/*": ["framework/local/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
@ -34,11 +34,6 @@
"./framework/shopify",
"./framework/swell",
"./framework/vendure",
"./framework/saleor",
"framework/saleor",
"framework/shopify",
"framework/swell",
"framework/vendure",
"framework/local"
"./framework/saleor"
]
}