Skip to content

Commit

Permalink
remove remaining ts-node usage
Browse files Browse the repository at this point in the history
Reviewed By: lblasa

Differential Revision: D60121962

fbshipit-source-id: fb069ed14a9c7457dbdbe28b6d06de4ba9140c6f
  • Loading branch information
antonk52 authored and facebook-github-bot committed Jul 25, 2024
1 parent df358c3 commit 2bd0f55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions desktop/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"name": "Launch Current Script",
"args": ["${file}"],
"env": {
"TS_NODE_FILES": "true"
"NODE_OPTIONS": "--import tsx"
},
"protocol": "inspector",
"internalConsoleOptions": "openOnSessionStart",
"runtimeArgs": ["--require", "ts-node/register"]
"runtimeArgs": []
},
{
"type": "node",
Expand Down
1 change: 0 additions & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"pretty-format": "^29.7.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^5.4.2"
},
Expand Down
7 changes: 0 additions & 7 deletions desktop/ts-node

This file was deleted.

0 comments on commit 2bd0f55

Please sign in to comment.