From d46224149053749072e0298e6f523f7a08075a04 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:17:20 -0500 Subject: [PATCH] Update auto_transpile.jsonc --- .github/abaplint/auto_transpile.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/abaplint/auto_transpile.jsonc b/.github/abaplint/auto_transpile.jsonc index a5595e63..f95b7928 100644 --- a/.github/abaplint/auto_transpile.jsonc +++ b/.github/abaplint/auto_transpile.jsonc @@ -15,7 +15,7 @@ "ignoreSyntaxCheck": false, "addFilenames": true, "addCommonJS": true, - "extraSetup": "../../node/setup.mjs", + "extraSetup": "./node/setup.mjs", "unknownTypes": "runtimeError", "skipReposrc": true, "keywords": ["return", "in", "class", "for", "delete", "var"],