add http-server part 4.3.2

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": { "compilerOptions": {
"target": "ES6", "target": "ES6",
"module": "CommonJS", "module": "ES6",
"outDir": "dist", "outDir": "dist",
"strict": true "strict": true
} }