iching-broker-level2/tsconfig.backend.json
Christopher Hase a7250ef323
All checks were successful
ci / build (push) Successful in 1m5s
add http-server part 6.1
2025-04-10 10:21:29 +02:00

8 lines
No EOL
163 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/backend",
"module": "ESNext"
},
"include": ["backend/**/*.ts"]
}