Properly type check codebase with tsc
This commit is contained in:
parent
75c4ff6a80
commit
d6cb49a0d1
5 changed files with 11 additions and 1 deletions
|
@ -28,3 +28,5 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
export {};
|
||||
|
|
Reference in a new issue