Files
HexaHost-GameCloud/apps/api/tsconfig.json
smueller d29a02f2a4
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 9s
CI / Go — node-agent tests (push) Failing after 9s
CI / Go — edge-gateway build (push) Successful in 13s
Phase5
2026-06-26 13:00:01 +02:00

12 lines
255 B
JSON

{
"extends": "@hexahost/typescript-config/nestjs.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./",
"incremental": false
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "test"]
}