{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Launch",
      "type": "node",
      "request": "launch",
      "protocol": "inspector",
      "program": "${workspaceRoot}/node_modules/qunitjs/bin/qunit",
      "args": [ "dist/tests.js" ],
      "runtimeArgs": [ "--no-lazy" ],
      "cwd": "${workspaceRoot}",
      "preLaunchTask": "build",
      "env": { "NODE_ENV": "development" },
      "sourceMaps": true,
      "trace": true,
      "outFiles": [
        "${workspaceRoot}/dist/index.js",
        "${workspaceRoot}/dist/tests.js"
      ]
    }
  ]
}
