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

This commit is contained in:
Christopher Hase 2025-04-08 11:35:49 +02:00
parent 285bd28139
commit 34787649a1

View file

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