From ab99bbc69986333dd03576edf7489469e936c5b6 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 3 Sep 2020 07:30:19 +0100 Subject: [PATCH] Rmeove old line --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f3b01fe..8140a72 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "target": "ES2019", "module": "commonjs", - "sourceMap": true, "strict": true, "esModuleInterop": true }