From 25fd21e69a9e871f48efa4b23c460a02a4092699 Mon Sep 17 00:00:00 2001 From: tniezg Date: Wed, 25 Aug 2021 16:25:41 +0200 Subject: [PATCH] Reset tsconfig.json paths to originla values --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b06e78b37..340929669 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,8 +23,8 @@ "@components/*": ["components/*"], "@commerce": ["framework/commerce"], "@commerce/*": ["framework/commerce/*"], - "@framework": ["framework/spree"], - "@framework/*": ["framework/spree/*"] + "@framework": ["framework/local"], + "@framework/*": ["framework/local/*"] } }, "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],