fix(core): Replace ts-node with tsx for module handling

This commit is contained in:
2024-10-27 19:45:57 +01:00
parent c2e406964d
commit bec80e6862
7 changed files with 293 additions and 163 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsrun',
version: '1.3.1',
version: '1.3.2',
description: 'run typescript programs efficiently'
}