Skip to content

Commit 52456c4

Browse files
bors[bot]Veetaha
andauthored
Merge #2993
2993: vscode: fix bundling by switching to es2015 target modules system r=matklad a=Veetaha Quick fix Co-authored-by: Veetaha <gerzoh1@gmail.com>
2 parents dbb235e + 8f25408 commit 52456c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
3+
"module": "es2015",
44
"target": "es2018",
55
"outDir": "out",
66
"lib": [

0 commit comments

Comments
 (0)