From c48c2f34f949c9703f516e7f6ae258d980151fb8 Mon Sep 17 00:00:00 2001 From: reinaldocosta Date: Fri, 6 Oct 2023 16:32:54 -0300 Subject: [PATCH] test tsconfig settings --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8d62d13..a18a3d0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,6 @@ "module": "ESNext", "outDir": "dist", "esModuleInterop": true, - "sourceMap": true, + //"sourceMap": true, } } \ No newline at end of file