From 8f25408a12b0325f555b6110b973176e612706ca Mon Sep 17 00:00:00 2001
From: Veetaha <gerzoh1@gmail.com>
Date: Mon, 3 Feb 2020 10:50:19 +0200
Subject: [PATCH] vscode: fix bundling by switching to es2015 target modules
 system

---
 editors/code/tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json
index 1e17e4510b3..1740abb2ed8 100644
--- a/editors/code/tsconfig.json
+++ b/editors/code/tsconfig.json
@@ -1,6 +1,6 @@
 {
     "compilerOptions": {
-        "module": "commonjs",
+        "module": "es2015",
         "target": "es2018",
         "outDir": "out",
         "lib": [