Skip to content

Commit

Permalink
Pending changes exported from your codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lo236816 committed Jan 26, 2024
1 parent 06ee3af commit b89a4eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "traverse",
"problemMatcher": [
"$gulp-tsc"
],
"label": "npm: traverse",
"detail": "node --loader=ts-node/esm --no-warnings=ExperimentalWarning scripts/traverse.ts"
}
]
}

0 comments on commit b89a4eb

Please sign in to comment.