Skip to content

Commit ea54d5d

Browse files
committed
fix: CommonJS + Node
1 parent 07a2da0 commit ea54d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/vscode/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"compilerOptions": {
44
"outDir": "out",
55
"rootDir": "src",
6-
"module": "ESNext",
7-
"moduleResolution": "Bundler"
6+
"module": "CommonJS",
7+
"moduleResolution": "Node"
88
},
99
"include": [ "src" ],
1010
"references": [

0 commit comments

Comments
 (0)