From 6f8f69c0876322dc602aba7866a93d6acb0e6585 Mon Sep 17 00:00:00 2001 From: Geomitron <22552797+Geomitron@users.noreply.github.com> Date: Mon, 4 May 2020 19:49:01 -0400 Subject: [PATCH] Fix electron build --- tsconfig.angular.json | 1 + tsconfig.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.angular.json b/tsconfig.angular.json index 93d967d..fbf52ed 100644 --- a/tsconfig.angular.json +++ b/tsconfig.angular.json @@ -1,5 +1,6 @@ { "extends": "./tsconfig.json", + "module": "esnext", "files": [ "src/main.ts", "src/polyfills.ts" diff --git a/tsconfig.json b/tsconfig.json index a8dc17e..1b2164b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", - "module": "esnext", "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "sourceMap": true,