Convert electron-builder config file to TS (#1591)

This commit is contained in:
Michael Telatynski
2024-04-08 11:38:54 +01:00
committed by GitHub
parent 9b3e6ab084
commit 0461df82af
5 changed files with 65 additions and 29 deletions

View File

@@ -90,6 +90,7 @@
"@types/pacote": "^11.1.1",
"@types/tar": "^6.1.3",
"@types/uuid": "^9.0.2",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"app-builder-lib": "24.13.3",
@@ -123,6 +124,7 @@
"keytar": "^7.9.0"
},
"resolutions": {
"@types/node": "18.19.28"
"@types/node": "18.19.28",
"config-file-ts": "0.2.8-rc1"
}
}