mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
Make typescript happy, tsc test run in CI
This commit is contained in:
parent
5610df8b37
commit
a89e17a390
11 changed files with 45 additions and 36 deletions
|
@ -22,7 +22,7 @@ Object.defineProperty(window, "IS_WEB", {
|
|||
enumerable: true
|
||||
});
|
||||
|
||||
export let Components;
|
||||
export let Components: any;
|
||||
|
||||
async function init() {
|
||||
await onceReady;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue