From 49b4ad53cdd1fdc1125adcf94735df6fbbed0534 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 18 Oct 2023 19:19:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E5=BC=80=E5=90=AF=20sourceMap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7cd5678b..8fc224a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "moduleResolution": "Node", "strict": true, "jsx": "preserve", - "sourceMap": false, + "sourceMap": true, "resolveJsonModule": true, "isolatedModules": true, "esModuleInterop": true,