From e90fd343635dd64e8530563db25a81da2eb0b729 Mon Sep 17 00:00:00 2001 From: Leonel Sanches da Silva <53848829+leonelsanchesdasilva@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:14:29 -0800 Subject: [PATCH] =?UTF-8?q?Adicionando=20`sourceRoot`=20e=20`mapRoot`=20pa?= =?UTF-8?q?ra=20resolver=20alguns=20problemas=20com=20depura=C3=A7=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index c1b90d97..4de46e64 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,8 @@ "module": "CommonJS", "target": "es2017", "rootDir": "fontes", + "sourceRoot": "fontes", + "mapRoot": "dist", "allowJs": true, "sourceMap": true, "declaration": true,