Initial Node.js TypeScript service

This commit is contained in:
AppFactory Bot
2026-06-15 11:34:26 +00:00
commit 3b0a61fd5a
7 changed files with 435 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true
}
}