From 152ce3c4388bf13496e7a3f225875cf07c4d9c87 Mon Sep 17 00:00:00 2001 From: Manaf941 Date: Thu, 21 Nov 2024 16:13:46 +0100 Subject: [PATCH] feat: sourcemaps --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0d9e1df..14bac49 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "downlevelIteration": true, "esModuleInterop": true, "strict": true, - "declaration": true + "declaration": true, + "sourceMap": true }, "exclude": ["dist/", "node_modules/", "__tests__/", "eslint.config.ts"] }