From 098cad6c343fd8b8f0025e4608b37cd70099756b Mon Sep 17 00:00:00 2001 From: Raashish Aggarwal <94279692+raashish1601@users.noreply.github.com> Date: Fri, 15 May 2026 22:58:27 +0530 Subject: [PATCH] fix build sourcemaps with inline sources --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index d4a631fc008..9f3ea2506a8 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -13,6 +13,7 @@ "composite": true, "sourceMap": true, + "inlineSources": true, "declaration": true, "declarationMap": true, "allowJs": true,