@ibgib/helper-gib
Version:
common helper/utils/etc used in ibgib libs. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.
24 lines (23 loc) • 643 B
JSON
{
// 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": "npm debug",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run",
"debug",
],
"port": 9229,
"sourceMaps": true,
"skipFiles": [
"<node_internals>/**"
]
},
]
}