iching-broker-level2/tsconfig.backend.json
Christopher Hase 86c5e96aef
All checks were successful
ci / build (push) Successful in 1m5s
add http-server part 6.5
2025-04-10 15:57:16 +02:00

14 lines
No EOL
364 B
JSON

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