fix(build): migrate filesystem access to smartfs and tighten TypeScript compatibility
This commit is contained in:
@@ -3,11 +3,11 @@ import * as path from 'path';
|
||||
|
||||
export { path };
|
||||
|
||||
import * as smartpath from '@pushrocks/smartpath';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartfs from '@push.rocks/smartfs';
|
||||
|
||||
export { smartpath, smartfile, smartpromise };
|
||||
export const smartFs = new smartfs.SmartFs(new smartfs.SmartFsProviderNode());
|
||||
|
||||
export { smartfs };
|
||||
|
||||
// third party
|
||||
import handlebars from 'handlebars';
|
||||
|
||||
Reference in New Issue
Block a user