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