UNPKG

async-xbox-live-api

Version:

Async library to enable you to interact with the xbox live api

18 lines (16 loc) 467 B
{ "version": "0.2.0", "configurations": [ { "name": "Run test", "type": "node", "request": "launch", "runtimeExecutable": "node", "runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"], "args": ["test.ts"], "cwd": "${workspaceRoot}", "internalConsoleOptions": "openOnSessionStart", "skipFiles": ["<node_internals>/**", "node_modules/**"] } ] }