iching-broker-level2/tsconfig.json
Christopher Hase 94c21a6146
All checks were successful
ci / build (push) Successful in 1m33s
add http-server part 5.5
2025-04-09 14:27:03 +02:00

10 lines
No EOL
193 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"moduleResolution": "Bundler",
"outDir": "dist",
"strict": true,
"esModuleInterop": true
}
}