add http-server part 5.9
Some checks are pending
ci / build (push) Waiting to run

This commit is contained in:
Christopher Hase 2025-04-09 16:12:34 +02:00
parent 3d9fd745cd
commit 9aeeb95994
273 changed files with 46644 additions and 30 deletions

View file

@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"moduleResolution": "Bundler",
"moduleResolution": "Node",
"outDir": "dist",
"strict": true,
"esModuleInterop": true