From ba68ab9f0bd2bc08adb152268b16ada073117902 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Fri, 11 Oct 2024 23:59:37 +0200 Subject: [PATCH] Added generation of inline sourcemaps --- tsconfig.dist.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.dist.json b/tsconfig.dist.json index 954c1c8..12acd5e 100644 --- a/tsconfig.dist.json +++ b/tsconfig.dist.json @@ -3,7 +3,7 @@ "compilerOptions": { "outDir": "lib", "declaration": true, - "sourceMap": true, + "inlineSourceMap": true, "skipLibCheck": true }, "include": ["src/**/*"]