-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabap_transpile.json
More file actions
29 lines (29 loc) · 1.03 KB
/
Copy pathabap_transpile.json
File metadata and controls
29 lines (29 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"input_folder": "src",
"input_filter": [],
"exclude_filter": [
],
"output_folder": "output",
"libs": [
{ "url": "https://github.com/open-abap/open-abap-core" },
{ "url": "https://github.com/open-abap/express-icf-shim" },
{ "url": "https://github.com/open-abap/open-abap-gui" },
{ "url": "https://github.com/open-abap/open-abap-rap" },
{ "url": "https://github.com/open-abap/open-abap-xco" },
{ "url": "https://github.com/open-abap/open-abap-rest" },
{ "url": "https://github.com/open-abap/open-abap-adt" },
{ "url": "https://github.com/open-abap/open-abap-seo" },
{ "url": "https://github.com/open-abap/open-abap-lock" },
{ "url": "https://github.com/open-abap/open-abap-jobs" },
{ "url": "https://github.com/open-abap/open-abap-ci" },
{ "url": "https://github.com/open-abap/open-abap-proxy" }
],
"write_unit_tests": true,
"write_source_map": true,
"options": {
"ignoreSyntaxCheck": false,
"addFilenames": true,
"addCommonJS": true,
"unknownTypes": "compileError"
}
}