Skip to content

Instantly share code, notes, and snippets.

View jmhungdev's full-sized avatar
🐢
this is a turtle emoji

Jimmy Hung jmhungdev

🐢
this is a turtle emoji
  • CDK Global
  • Austin, TX
  • 03:26 (UTC -12:00)
  • X @jmhungdev
View GitHub Profile
@jmhungdev
jmhungdev / launch.json
Created June 1, 2023 05:40 — 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"],