From 69ddc87d497b5b1f1fd75da85c0a8b6619359253 Mon Sep 17 00:00:00 2001 From: Tim de Koning Date: Tue, 8 Aug 2023 16:13:51 +0200 Subject: [PATCH] Fix #247 - Remove unusable source maps --- lib/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tsconfig.json b/lib/tsconfig.json index 86f7dba..cb6a1b8 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -12,7 +12,6 @@ "noUnusedParameters": true, "outDir": "dist/esm", "pretty": true, - "sourceMap": true, "strict": true, "target": "es2017" },