From 445f307ca06388cc8584e599656a3d3d7123fc6d Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 4 Sep 2024 10:14:10 +0200 Subject: [PATCH] fix(sourcemaps): inline sources --- tsconfig.build.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.build.json b/tsconfig.build.json index d014c045..a7b9c3ed 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -6,6 +6,7 @@ "declarationMap": true, "noImplicitAny": true, "sourceMap": true, + "inlineSources": true, "module": "es2015", "moduleResolution": "node", "noEmitOnError": true,