iching-broker-level2/tsconfig.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

9 lines
No EOL
174 B
JSON

{
"compilerOptions": {
"target": "es2020",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}