Skip to content

Commit

Permalink
Remove ts-node from deps/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Jul 17, 2024
1 parent a0a70ba commit c7bc35e
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 727 deletions.
1 change: 0 additions & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ ignores: [
"jest-mock-extended",
"jest-sorted",
"ts-jest",
"ts-node",
"typescript"
]
4 changes: 0 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"runtimeArgs": [
"--max-old-space-size=8192",
"--experimental-specifier-resolution=node",
"--loader=ts-node/esm"
],
"envFile": "${workspaceFolder}/.env",
"sourceMaps": true,
Expand All @@ -28,8 +26,6 @@
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"runtimeArgs": [
"--max-old-space-size=8192",
"--experimental-specifier-resolution=node",
"--loader=ts-node/esm"
],
"envFile": "${workspaceFolder}/.env",
"sourceMaps": true,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"jest-sorted": "^1.0.15",
"nodemon": "^3.1.4",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit c7bc35e

Please sign in to comment.