add http-server part 4.3.4
All checks were successful
ci / build (push) Successful in 1m33s

This commit is contained in:
Christopher Hase 2025-04-08 12:25:00 +02:00
parent 1c58fd15ac
commit 1fd9eb50b2

View file

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