tsbuild/ts/tsbuild.plugins.ts
2018-07-25 20:56:42 +02:00

7 lines
261 B
TypeScript

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 };