iching-broker-level2/tsconfig.broker.json
Christopher Hase fb6972b430
All checks were successful
ci / build (push) Successful in 1m7s
add http-server part 7.1
2025-04-11 09:44:00 +02:00

14 lines
No EOL
298 B
JSON

{
"compilerOptions": {
"outDir": "./dist/backend",
"rootDir": "./backend",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2020",
"esModuleInterop": true,
"skipLibCheck": true
},
"include": [
"backend/broker.ts"
]
}