phase-6: typescript introduction

This commit is contained in:
Sai Kiran Vella
2026-06-04 22:16:48 -04:00
parent 96e2840b9b
commit c1b3b26caa
69 changed files with 2323 additions and 1036 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
"strict": true,
"allowJs": true,
"checkJs": false
"checkJs": false,
"types": ["node"]
}
}