feat/ update to Angular 9 & Electron 8

This commit is contained in:
GRIS Maxime
2020-02-07 14:51:04 +01:00
parent 320ce2f676
commit a304034e08
3 changed files with 31 additions and 29 deletions

2
src/typings.d.ts vendored
View File

@@ -3,8 +3,6 @@ declare var nodeModule: NodeModule;
interface NodeModule {
id: string;
}
declare var window: Window;
interface Window {
process: any;
require: any;