Initial Node.js TypeScript service

This commit is contained in:
AppFactory Bot
2026-07-31 14:42:26 +00:00
commit 46f2f0b07e
7 changed files with 440 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true
}
}