2993: vscode: fix bundling by switching to es2015 target modules system r=matklad a=Veetaha

Quick fix

Co-authored-by: Veetaha <gerzoh1@gmail.com>
This commit is contained in:
bors[bot]
2020-02-03 08:54:04 +00:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "es2015",
"target": "es2018",
"outDir": "out",
"lib": [