From 42dbba40845f5a2232e35218825d5bd058c6f9e1 Mon Sep 17 00:00:00 2001 From: rodrigorodriguez Date: Tue, 31 Jan 2023 14:06:50 -0300 Subject: [PATCH] fix(basic.gblib): #227 - HEAR AS FILE. --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 890894ce..bd655c4c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { - "compilerOptions": { + "compilerOptions + ": { "allowJs": true, "downlevelIteration": true, "baseUrl": "./",