UNPKG

@00f100/pbie-node

Version:

NodeJS library written in typescript and designed for using PowerBI embedded reports.

21 lines (20 loc) 608 B
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Jasmine - Debug", "program": "${workspaceRoot}\\node_modules\\jasmine\\bin\\jasmine.js", "args": [ "--config=jasmine.json", "test\\run.spec.ts", ], "console": "integratedTerminal", "internalConsoleOptions": "neverOpen" } ] }