From 18934e366b1aa617a50191a311c7f036d04d443d Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 20 Dec 2022 17:25:23 -0300 Subject: [PATCH] chore(tool): activar source maps --- tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool b/tool index ba235db..854e287 100755 --- a/tool +++ b/tool @@ -5,7 +5,7 @@ build_ts() { } build() { build_ts - node build.js/compilar.js + node --enable-source-maps build.js/compilar.js } check() { ./node_modules/.bin/tsc --noEmit