From 116b2657beba406526eaa18122c11b2bc767efa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=A1=82=E8=8D=A3?= Date: Fri, 5 Nov 2021 11:31:54 +0800 Subject: [PATCH] build(sourcemap): add "sourcesContent" to the output source map --- 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,