iching-broker-level2/tsconfig.json
Christopher Hase 34787649a1
Some checks failed
ci / build (push) Failing after 1m7s
add http-server part 4.3.2
2025-04-08 11:35:49 +02:00

8 lines
No EOL
125 B
JSON

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