Replace ts-node with tsx

This commit is contained in:
freearhey 2023-10-10 05:13:42 +03:00
parent 9e565e0dd5
commit eb77245999
4 changed files with 749 additions and 31 deletions

View file

@ -11,9 +11,5 @@
"./src/types"
],
"allowJs": true
},
"ts-node": {
"esm": true,
"transpileOnly": true
}
}