replaced usage to ts-node with CLI nodeTransform

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-03-17 21:25:52 +01:00
parent 0d72065dfd
commit 1bd4596c99
23 changed files with 28 additions and 94 deletions
+1 -2
View File
@@ -52,7 +52,6 @@
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/jscodeshift": "^0.11.0",
"@types/node": "^18.17.8",
"ts-node": "^10.0.0"
"@types/node": "^18.17.8"
}
}