From 5b5c8702a3e79c232e257439d4e71ff430d8d922 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 29 Dec 2020 19:14:23 -0500 Subject: [PATCH] Updated tsconfig to include the framework folder --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"],