From 1dab9e41672270650691a5bdf192dfae24b7dbbf Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 21 Dec 2024 18:09:24 -0800 Subject: [PATCH] add sourcemap option --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1efdceb..e09cfff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, - "outDir": "dist" + "outDir": "dist", + "sourceMap": true }, "include": ["src"] }