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,