tsrun/ts/plugins.ts

15 lines
213 B
TypeScript
Raw Normal View History

2022-03-12 13:43:54 +00:00
// @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
}