abap2UI5/test/abap_transpile.json
Lars Hvam 9ee7cb6f7b add transpiler setup running unit tests (#195)
* add transpiler setup

* definitions top

* comment unit step
2023-06-15 16:23:16 +00:00

23 lines
469 B
JSON

{
"input_folder": "downport",
"input_filter": [],
"output_folder": "output",
"libs": [
{
"url": "https://github.com/open-abap/open-abap-core"
}
],
"write_unit_tests": true,
"write_source_map": true,
"options": {
"ignoreSyntaxCheck": false,
"addFilenames": true,
"addCommonJS": true,
"unknownTypes": "runtimeError",
"keywords": ["return", "in", "class"],
"extraSetup": "../test/setup.mjs",
"skip": [
]
}
}