Skip to content

Commit

Permalink
feat: debugging ts in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-amoncar committed Jun 19, 2024
1 parent 8d193ad commit 1677f0a
Show file tree
Hide file tree
Showing 3 changed files with 1,210 additions and 806 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "TS Debug",
"type": "node",
"request": "launch",
"runtimeArgs": ["-r", "ts-node/register"],
"args": ["${file}"]
}
]
}
Loading

0 comments on commit 1677f0a

Please sign in to comment.