tsbuild/ts/tsbuild.plugins.ts
2022-03-11 17:45:51 +01:00

8 lines
315 B
TypeScript

import * as smartcli from '@pushrocks/smartcli';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
import typescript from 'typescript';
export { smartcli, smartfile, smartpath, smartpromise, typescript };