metaapi.cloud-sdk
Version:
SDK for MetaApi, a professional cloud forex API which includes MetaTrader REST API and MetaTrader websocket API. Supports both MetaTrader 5 (MT5) and MetaTrader 4 (MT4). CopyFactory copy trading API included. (https://metaapi.cloud)
24 lines (23 loc) • 534 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": 10
}
},
"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
}