feat(appservice): mosaic-as daemon host + container (M4a) (#531)

This commit is contained in:
2026-06-10 22:16:28 +00:00
parent 8f09c910a9
commit 48b2f28e45
9 changed files with 467 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}