@fraserdarwent/xapi-node
Version:
This project is made possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection
23 lines (22 loc) • 355 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"target": "es6",
"outDir": "build",
"declaration": true,
"strictNullChecks": true
},
"include": [
"src/**/*"
],
"exclude": [
".idea",
"node_modules",
"**/*.spec.ts",
"**/*.d.ts"
]
}