convert codebase to typescript + introduce biome lint

This commit is contained in:
Sayan Jyoti Das
2026-01-21 23:50:41 +05:30
parent d587d1ac11
commit e95da857d6
82 changed files with 1897 additions and 746 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>