diff --git a/tsconfig.json b/tsconfig.json index c61f63a6a..75ecbd33c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,9 @@ "@assets/*": ["assets/*"], "@config/*": ["config/*"], "@components/*": ["components/*"], - "@utils/*": ["utils/*"] + "@utils/*": ["utils/*"], + "@commerce/*": ["framework/commerce/*"], + "@framework/*": ["framework/bigcommerce/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],