Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
Signed-off-by: Søren Andersen <[email protected]>
  • Loading branch information
SMoRG75 authored Jun 10, 2024
1 parent d396f7f commit d1280d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vs-code-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"lib": ["ES2019"],
"outDir": "out",
"rootDir": "src",
"sourceMap": true
"sourceMap": true,
"moduleResolution": "nodenext"
},
"include": [
"src"
Expand All @@ -18,4 +19,4 @@
{ "path": "./client" },
{ "path": "./server" }
]
}
}

0 comments on commit d1280d2

Please sign in to comment.