Files
stack/apps/appservice/tsconfig.json
jason.woltje 48b2f28e45
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
feat(appservice): mosaic-as daemon host + container (M4a) (#531)
2026-06-10 22:16:28 +00:00

10 lines
181 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}