From 4d2ffa8452d362864ea3573a153bc3800b1c5832 Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Mon, 17 Jun 2024 18:25:46 -0700 Subject: [PATCH] chore: inline source maps --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index ed7913bf..477f0898 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,7 +3,7 @@ "declaration": true, "removeComments": true, "skipLibCheck": true, - "sourceMap": true, + "inlineSourceMap": true, "strict": true, "target": "ES2022" }