fix(core): update

This commit is contained in:
2022-03-12 21:52:14 +01:00
parent e41cd896bb
commit 1113251aea
2 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
// node native
import * as path from 'path';
export {
path
}
// @pushrocks scope
import * as smartshell from '@pushrocks/smartshell';
@@ -6,10 +13,8 @@ export {
}
// third party scope
import * as path from 'path';
import * as tsNode from 'ts-node';
export {
path,
tsNode
}