From 8a6125bfe460f6497fca7c8dcfed6bba0587eae0 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 890894cef..bd655c4c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { - "compilerOptions": { + "compilerOptions + ": { "allowJs": true, "downlevelIteration": true, "baseUrl": "./",