vscode: fix bundling by switching to es2015 target modules system

This commit is contained in:
Veetaha 2020-02-03 10:50:19 +02:00
parent 0ade5cb2b3
commit 8f25408a12

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "es2015",
"target": "es2018",
"outDir": "out",
"lib": [