fix(build): migrate project config to .smartconfig.json and replace smartfile usage with native fs
This commit is contained in:
17
ts_destination_file/plugins.ts
Normal file
17
ts_destination_file/plugins.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
// node native scope
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
fs,
|
||||
path
|
||||
};
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartlogInterfaces from '../dist_ts_interfaces/index.js';
|
||||
import * as smarttime from '@push.rocks/smarttime';
|
||||
|
||||
export {
|
||||
smartlogInterfaces,
|
||||
smarttime
|
||||
};
|
||||
Reference in New Issue
Block a user