From ae42cfefbfd773161a2c55ec33c025f0947143d4 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 3 Feb 2020 13:54:12 +0100 Subject: [PATCH] Fix build of typscript extension --- editors/code/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json index 1740abb2ed..42130c5e13 100644 --- a/editors/code/tsconfig.json +++ b/editors/code/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "moduleResolution": "node", "module": "es2015", "target": "es2018", "outDir": "out",