fix(core): update

This commit is contained in:
2022-10-12 17:21:03 +02:00
parent 9e55126adf
commit 142667ac87
10 changed files with 955 additions and 2997 deletions

View File

@@ -2,21 +2,14 @@
import * as path from 'path';
import * as url from 'url';
export {
path,
url
}
export { path, url };
// @pushrocks scope
import * as smartshell from '@pushrocks/smartshell';
export {
smartshell
}
export { smartshell };
// third party scope
import * as tsNode from 'ts-node';
export {
tsNode
}
export { tsNode };