From d55528cd5a908cf4bcba1e77250f60f041d0ff9e Mon Sep 17 00:00:00 2001 From: Core Date: Wed, 31 Aug 2022 21:01:27 +0100 Subject: [PATCH] debug compatability [ci skip] --- package.json | 3 +++ tsconfig.json | 1 + 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 93f76a1b..f53db217 100644 --- a/package.json +++ b/package.json @@ -224,5 +224,8 @@ "NSUserNotificationAlertStyle": "alert" } } + }, + "electronWebpack": { + "devtool": "source-map" } } diff --git a/tsconfig.json b/tsconfig.json index 9e9070f4..570e8f78 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "allowJs": true, "noImplicitAny": true, "strict": true, + "inlineSources": true, "sourceMap": true, "outDir": "./build", "baseUrl": ".",