From 9c6b8e3389553b89d2b4a46f64afc72d71b0de97 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Thu, 30 Jun 2022 11:58:26 -0600 Subject: [PATCH] fix: remove broken sourcemaps (#385) --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8519c205..0cbd5e29 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "declarationDir": "./dist", "noImplicitAny": true, "outDir": "./dist", - "sourceMap": true, "esModuleInterop": true, "lib": ["DOM", "ESNext"], "target": "ES6",