Split electron-main into smaller chunks (#377)

* Split electron-main into smaller chunks

* Affix @types/node version and upgrade electron-store

* Iterate PR

* tidy up

* Actually run the split out code
This commit is contained in:
Michael Telatynski
2022-07-01 20:17:40 +01:00
committed by GitHub
parent b7a0402de5
commit 389f6f4334
10 changed files with 794 additions and 691 deletions
+1
View File
@@ -10,6 +10,7 @@
"outDir": "./lib",
"rootDir": "./src",
"declaration": true,
"typeRoots": ["src/@types"],
"lib": [
"es2019",
"dom"