Skip to content

Commit 8f25408

Browse files
author
Veetaha
committed
vscode: fix bundling by switching to es2015 target modules system
1 parent 0ade5cb commit 8f25408

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)