diff --git a/frontend/tsconfig.core.json b/frontend/tsconfig.core.json index a2491e09c..cb9b9902b 100644 --- a/frontend/tsconfig.core.json +++ b/frontend/tsconfig.core.json @@ -4,8 +4,7 @@ "paths": { "@app/*": [ "src/core/*" - ], - "@core/*": ["src/core/*"] + ] } }, "exclude": [ diff --git a/frontend/tsconfig.proprietary.json b/frontend/tsconfig.proprietary.json index bcb363546..09470b760 100644 --- a/frontend/tsconfig.proprietary.json +++ b/frontend/tsconfig.proprietary.json @@ -6,7 +6,6 @@ "src/proprietary/*", "src/core/*" ], - "@proprietary/*": ["src/proprietary/*"], "@core/*": ["src/core/*"] } }