iching-broker-level2/tsconfig.json
Christopher Hase 1fd9eb50b2
All checks were successful
ci / build (push) Successful in 1m33s
add http-server part 4.3.4
2025-04-08 12:25:00 +02:00

8 lines
No EOL
130 B
JSON

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