Move user-config-json-to-bin.ts to the usb package and use import instead of require.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { UhkBuffer, UserConfiguration } from './index';
|
||||
|
||||
const fs = require('fs');
|
||||
import { UhkBuffer, UserConfiguration } from '../uhk-common/src/config-serializer/index';
|
||||
import * as fs from 'fs';
|
||||
|
||||
const inputFile = process.argv[2];
|
||||
console.log(inputFile);
|
||||
Reference in New Issue
Block a user