UNPKG

trader-server

Version:

OData server for testing strategies, simulating and real trading.

16 lines 349 B
{ "compilerOptions": { "experimentalDecorators": true, "outDir": "lib", "module": "commonjs", "target": "es5", "emitDecoratorMetadata": true, "declaration": true, "watch": false, "sourceMap": true }, "exclude": [ "lib", "node_modules" ] }