From e241a15acb54ee8af3b261d25922309f938c17fc Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 15:24:45 +0000 Subject: [PATCH] chore: apply automated updates --- src/builders/rollup/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builders/rollup/utils.ts b/src/builders/rollup/utils.ts index a5e5af0..caa6848 100644 --- a/src/builders/rollup/utils.ts +++ b/src/builders/rollup/utils.ts @@ -42,7 +42,7 @@ export async function resolveAliases( /** * REVIEW: This makes alias resolution asynchronous (which is contagious), - * because we are dynamically loading TypeScript (cause it's a peer dependency), + * because we are dynamically loading TypeScript (cause it's a peer dependency), * or we can use a synchronous alternative [get-tsconfig](https://github.com/privatenumber/get-tsconfig). * * Additionally, do we need a flag to explicitly enable this feature?