Skip to content

Commit d828ea5

Browse files
bors[bot]matklad
andauthored
Merge #2995
2995: Fix build of typscript extension r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents d400fde + ae42cfe commit d828ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/code/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"moduleResolution": "node",
34
"module": "es2015",
45
"target": "es2018",
56
"outDir": "out",

0 commit comments

Comments
 (0)