From b2aa995d8715c487cf23596ffd8401c92fd42cd9 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 2 Jan 2024 21:33:41 +0700 Subject: [PATCH] Update tsconfig.json --- www/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/tsconfig.json b/www/tsconfig.json index 0e1b89ae..c387d21c 100644 --- a/www/tsconfig.json +++ b/www/tsconfig.json @@ -8,7 +8,8 @@ "noEmit": true, "incremental": true, "esModuleInterop": true, - "module": "esnext", + "target": "esnext", + "module": "CommonJS", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true,