Skip to content

Commit 250669e

Browse files
Copilotrzhao271
andauthored
chore: set moduleResolution to nodenext in tsconfig.json
Agent-Logs-Url: https://github.com/microsoft/vscode-vsce/sessions/e9cc90e0-f5ea-49d7-9728-9c667e7835f4 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent ce3dba8 commit 250669e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "es2020",
44
"module": "commonjs",
5+
"moduleResolution": "nodenext",
56
"lib": ["es2020"],
67
"esModuleInterop": true,
78
"outDir": "out",

0 commit comments

Comments
 (0)