Skip to content

Commit 9df5290

Browse files
authored
revert
1 parent b63c2d0 commit 9df5290

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vscode-testextension/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "ESNext",
4-
"module": "nodenext",
5-
"moduleResolution": "nodenext",
4+
"module": "commonjs",
5+
"moduleResolution": "node",
66
"outDir": "out",
77
"lib": ["es2020"],
88
"sourceMap": true,

0 commit comments

Comments
 (0)