From 3962c742f62ad091f719253fc68b256a1ba86227 Mon Sep 17 00:00:00 2001 From: Marius Kleidl Date: Fri, 17 Jan 2025 10:39:40 +0100 Subject: [PATCH] Build source maps for transpiled output --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8dd41025..af417902 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "strict": true, "skipLibCheck": true, "allowJs": false, + "sourceMap": true, // TODO: Remove this over time "noImplicitAny": false }