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:
@@ -2,7 +2,7 @@ import { spawn } from '@malept/cross-spawn-promise';
|
||||
import * as asar from '@electron/asar';
|
||||
import * as crypto from 'crypto';
|
||||
import * as fs from 'fs-extra';
|
||||
import * as minimatch from 'minimatch';
|
||||
import minimatch from 'minimatch';
|
||||
import * as os from 'os';
|
||||
import * as path from 'path';
|
||||
import * as plist from 'plist';
|
||||
|
||||
Reference in New Issue
Block a user