fix: import for path now compiles correctly after TypeScript was added (#85)
* Fixing import for path after TypeScript was added * Added esModuleInterop: true, fixed breaking imports after change
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import * as debug from 'debug';
|
||||
import debug from 'debug';
|
||||
|
||||
export const d = debug('electron-universal');
|
||||
|
||||
Reference in New Issue
Block a user