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"],