From bcb262ae01d10d35c5fa8acf31cbd0da84674dcd Mon Sep 17 00:00:00 2001 From: Didictateur Date: Tue, 15 Apr 2025 20:36:49 +0200 Subject: [PATCH] add sourceMap option --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ac3c012..d1c04bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "es2015", "module": "esnext", "strict": true, + "sourceMap": true } }