From d8113fb7eba7cd4f2cb0716fdd184eedbbcf4fad Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Thu, 24 Oct 2024 08:55:19 +0200 Subject: [PATCH] fixup --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7f5e53e..08236ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "target": "es2016", "alwaysStrict": true, "skipLibCheck": true, - "module": "CommonJS", + "module": "commonjs", }, "include": [ "./src/*"