refactor: change backend to typescript and update types and variables accordingly

This commit is contained in:
2026-07-08 10:54:07 +02:00
parent 36ec8da1a0
commit 84fa2e0ab0
24 changed files with 1911 additions and 615 deletions
+2
View File
@@ -9,6 +9,8 @@
// See also https://aka.ms/tsconfig/module
"module": "esnext",
"target": "esnext",
"esModuleInterop": true,
"moduleResolution": "node",
"types": [],
// For nodejs:
// "lib": ["esnext"],