From acc4bda14063798d2f5020ea31a553765db9a01d Mon Sep 17 00:00:00 2001 From: Jack Case Date: Mon, 27 Oct 2025 20:23:56 +0000 Subject: [PATCH] emit source maps for debugging --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 595fae7..24fb09e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "outDir": "scripts", "noImplicitAny": true, - "lib": ["ES2020", "DOM"] + "lib": ["ES2020", "DOM"], + "inlineSourceMap": true } } \ No newline at end of file