metaapi.cloud-copyfactory-sdk
Version:
Javascript SDK for SDK for CopyFactory trade copying API. Can copy trades both between MetaTrader 5 (MT5) and MetaTrader 4 (MT4). (https://metaapi.cloud)
24 lines (23 loc) • 533 B
Plain Text
/**
* This config file is intended for tests. This is located in root because it seems there is no way to change
* config location when used with @swc-node/register
*/
{
"env": {
"targets": {
"node": 18
}
},
"jsc": {
"parser": {
"syntax": "typescript"
},
"keepClassNames": true
},
"module": {
"type": "commonjs"
},
"inlineSourcesContent": true,
"sourceMaps": true, // needed for tests to give correct error line numbers in TS ('inline' value does not work)
"isModule": true
}