add http-server part 4.3.3
Some checks failed
ci / build (push) Failing after 1m11s

This commit is contained in:
Christopher Hase 2025-04-08 12:21:39 +02:00
parent 34787649a1
commit 1c58fd15ac

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"module": "ESNext",
"outDir": "dist",
"strict": true
}