From aac8ce71540617e2107b5087e886253879016f09 Mon Sep 17 00:00:00 2001 From: George Drakos Date: Fri, 31 Jul 2026 10:24:18 +0300 Subject: [PATCH] Change ignoreSyntaxCheck option to false --- abap_transpile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abap_transpile.json b/abap_transpile.json index 97bd293..9ad652a 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -35,7 +35,7 @@ "write_unit_tests": true, "write_source_map": true, "options": { - "ignoreSyntaxCheck": true, + "ignoreSyntaxCheck": false, "addFilenames": true, "addCommonJS": true, "unknownTypes": "runtimeError",