Initial Node.js TypeScript service

This commit is contained in:
AppFactory Bot
2026-06-29 07:33:30 +00:00
commit 60cb139a33
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
}
}