From 54477955342becfe71290f139a6037c6b92bb1dc Mon Sep 17 00:00:00 2001 From: lhj <403133128@qq.com> Date: Sat, 16 Nov 2024 13:50:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8967c1a..8b88afd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ /* Bundler mode */ /* Linting */ "compilerOptions": { + "sourceMap": true, "emitDecoratorMetadata": true, "resolveJsonModule": true, "skipLibCheck": true,