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

@@ -10,7 +10,6 @@ import * as smartshell from '@push.rocks/smartshell';
export { smartfile, smartshell };
// third party scope
import * as tsNode from 'ts-node';
import { tsImport } from 'tsx/esm/api';
export { tsNode };
export { tsImport };