Skip to content

Instantly share code, notes, and snippets.

View kkkkkkhx's full-sized avatar

sudomisconfig kkkkkkhx

View GitHub Profile
@kkkkkkhx
kkkkkkhx / launch.json
Created March 8, 2023 15:57 — forked from cecilemuller/launch.json
Run ts-node in VSCode Debugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Example",
"type": "node",
"request": "launch",
"runtimeExecutable": "node",
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],