Replace "ts-node" with "tsx"

"ts-node" has problems with "esm" and "path-aliases"
This commit is contained in:
schroda
2024-12-25 14:34:13 +01:00
parent 212e2df33c
commit 50e53dedc3
3 changed files with 184 additions and 112 deletions

View File

@@ -5,6 +5,5 @@
],
"compilerOptions": {
"moduleResolution": "node"
},
"ts-node": {}
}
}