phase-6: typescript introduction

This commit is contained in:
Kazuma
2026-06-04 22:16:48 -04:00
parent 16bd95aa85
commit 69d13c3dbe
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"]
}
}