From 5d7748464e75b2a6f70388630f5db6e0af91526d Mon Sep 17 00:00:00 2001 From: Augustine Kim Date: Wed, 15 Feb 2023 19:27:04 -0800 Subject: [PATCH] Actually inline sources in soruce map (#46) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 771947b..ba72fe8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "declaration": true, "declarationMap": true, "sourceMap": true, - "inlineSources": false, + "inlineSources": true, "outDir": "./", "rootDir": "./src", "strict": true,