iching-broker-level2/tsconfig.json
Christopher Hase 8e3eab081d
All checks were successful
ci / build (push) Successful in 1m31s
add http-server part 4
2025-04-08 09:59:33 +02:00

8 lines
No EOL
130 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"outDir": "dist",
"strict": true
}
}