iching-broker-level2/tsconfig.json
Christopher Hase 9aeeb95994
Some checks are pending
ci / build (push) Waiting to run
add http-server part 5.9
2025-04-09 16:12:34 +02:00

10 lines
No EOL
190 B
JSON

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