From 34787649a1e60872b03d6ac75a0ec0c7149b9476 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Tue, 8 Apr 2025 11:35:49 +0200 Subject: [PATCH] add http-server part 4.3.2 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d615db5..9af5d94 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES6", - "module": "CommonJS", + "module": "ES6", "outDir": "dist", "strict": true }