tsbuild/ts/tsbuild.plugins.ts

8 lines
320 B
TypeScript
Raw Normal View History

import * as smartcli from '@pushrocks/smartcli';
2018-07-25 18:56:42 +00:00
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
import * as typescript from 'typescript';
export { smartcli, smartfile, smartpath, smartpromise, typescript };