tsbuild/ts/tsbuild.plugins.ts

7 lines
261 B
TypeScript
Raw Normal View History

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 { smartfile, smartpath, smartpromise, typescript };