From 9e518ad6a69a9b2af36f704b5f80f3b6b493de8a Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 9 Jul 2024 07:55:49 +0200 Subject: [PATCH] tsconfig --- apps/remixdesktop/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remixdesktop/tsconfig.json b/apps/remixdesktop/tsconfig.json index 332266e816..81b0e9fc55 100644 --- a/apps/remixdesktop/tsconfig.json +++ b/apps/remixdesktop/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES6", "allowJs": true, - "module": "ES6", + "module": "CommonJS", "skipLibCheck": true, "esModuleInterop": true, "noImplicitAny": false,