phase-6: typescript introduction

This commit is contained in:
Kazuma
2026-06-04 22:16:48 -04:00
committed by Kazuma
parent de8427d578
commit 2b785aa861
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"]
}
}