Update dependency glob to v9 (#575)
* Update dependency glob to v9 * Adjust copy.ts to promisifed glob * Switch asar -> @electron/asar * Update rimraf for glob v9 compatibility * Iterate * Iterate * Patch @electron/asar * Fix another way --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Janne Mareike Koschinski <jannemk@element.io> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"strict": true,
|
||||
"lib": ["es2019", "dom"]
|
||||
},
|
||||
"include": ["./**/*.ts"],
|
||||
"include": ["../src/@types", "./**/*.ts"],
|
||||
"ts-node": {
|
||||
"transpileOnly": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user