tsrun/ts/plugins.ts
2022-03-12 21:52:14 +01:00

20 lines
240 B
TypeScript

// node native
import * as path from 'path';
export {
path
}
// @pushrocks scope
import * as smartshell from '@pushrocks/smartshell';
export {
smartshell
}
// third party scope
import * as tsNode from 'ts-node';
export {
tsNode
}