mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
23 lines
469 B
JSON
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": [
|
|
]
|
|
}
|
|
}
|