Skip to content

Commit 0ff4077

Browse files
authored
Update module resolution
1 parent 391ced9 commit 0ff4077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscode-testextension/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "commonjs",
5-
"moduleResolution": "node",
5+
"moduleResolution": "node16",
66
"outDir": "out",
77
"lib": ["es2020"],
88
"sourceMap": true,

0 commit comments

Comments
 (0)