metaapi.cloud-metastats-sdk
Version:
Javascript SDK for MetaStats forex trading statistics API. Can calculate metrics for MetaTrader accounts added to MetaApi. Supports both 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
}