Skip to content

Commit ae42cfe

Browse files
committed
Fix build of typscript extension
1 parent d400fde commit ae42cfe

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)