This commit is contained in:
2026-03-31 17:32:44 +10:00
commit 3813fc4cbf
10 changed files with 883 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"types": ["node"]
}
}