UNPKG

gbf-raidfinder-parser

Version:
14 lines (13 loc) 293 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Jest", "program": "${workspaceFolder}/node_modules/jest/bin/jest.js", "protocol": "inspector", "internalConsoleOptions": "openOnFirstSessionStart" } ] }