Properly type check codebase with tsc

This commit is contained in:
Tristan Daniël Maat 2022-08-01 22:07:15 +01:00
parent 75c4ff6a80
commit d6cb49a0d1
Signed by: tlater
GPG key ID: 49670FD774E43268
5 changed files with 11 additions and 1 deletions

View file

@ -28,3 +28,5 @@ document.addEventListener("DOMContentLoaded", () => {
});
});
});
export {};