From 3305cf80ee4c41590258580ede53e727d830553d Mon Sep 17 00:00:00 2001 From: zengguirong <18520788695@163.com> Date: Fri, 5 Nov 2021 16:58:06 +0800 Subject: [PATCH] build(sourcemap): add "sourcesContent" to the output source map (#2399) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index fe4d919d7e7..c8fe9d0dc88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "preserveConstEnums": true, "skipLibCheck": true, "sourceMap": true, + "inlineSources": true, "declaration": true, "experimentalDecorators": true, "downlevelIteration": true,