UNPKG

documentation-polyglot

Version:
19 lines 633 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": "pwa-node", "request": "launch", "name": "jest", "skipFiles": [ "<node_internals>/**" ], "runtimeArgs": [ "--experimental-vm-modules", "--preserve-symlinks" ], "program": "node_modules/jest/bin/jest.js", "args": [ "__tests__/bin.js" ] } ] }