From 7700a88f574ca76f4de542cf13c07ec6a068abb5 Mon Sep 17 00:00:00 2001 From: Nikos Kontakis Date: Fri, 7 Oct 2022 17:02:04 +0300 Subject: [PATCH] Remove sourceMaps (#1288) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- tsconfig.base.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index de341cd2a..c856949d4 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -4,7 +4,6 @@ "baseUrl": ".", "composite": true, "declaration": true, - "inlineSourceMap": true, "paths": { "@substrate/connect-extension-protocol": [ "./packages/connect-extension-protocol"