fix(core): update
This commit is contained in:
15
ts/plugins.ts
Normal file
15
ts/plugins.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// @pushrocks scope
|
||||
import * as smartshell from '@pushrocks/smartshell';
|
||||
|
||||
export {
|
||||
smartshell
|
||||
}
|
||||
|
||||
// third party scope
|
||||
import * as path from 'path';
|
||||
import * as tsNode from 'ts-node';
|
||||
|
||||
export {
|
||||
path,
|
||||
tsNode
|
||||
}
|
||||
Reference in New Issue
Block a user