diff --git a/tsconfig.web.json b/tsconfig.web.json index e9d73a9..7087749 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -6,6 +6,7 @@ "src/renderer/src/**/*.vue", "src/preload/*.d.ts" ], + "module": "esnext", "compilerOptions": { "composite": true, "baseUrl": ".",