Skip to content

Commit fce753a

Browse files
committed
Change moduleResolution for forthcoming node10 deprecation
1 parent 023e154 commit fce753a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

extensions/ql-vscode/test/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"compilerOptions": {
66
"noEmit": true,
77
"resolveJsonModule": true,
8-
"rootDir": ".."
8+
"rootDir": "..",
9+
"types": ["jest"]
910
}
1011
}

extensions/ql-vscode/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"compilerOptions": {
44
"declaration": true,
55
"strict": true,
6-
"module": "commonjs",
6+
"module": "nodenext",
77
"target": "es2021",
88
"outDir": "out",
99
"lib": ["ES2021"],
10-
"moduleResolution": "node",
10+
"moduleResolution": "nodenext",
1111
"sourceMap": true,
1212
"rootDir": "src",
1313
"skipLibCheck": true,

0 commit comments

Comments
 (0)