From 4fa56cdae590af202682332b059e04c84e52aaff Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Mon, 17 Jul 2023 11:01:55 +1000 Subject: [PATCH] Remove moduleResolution from tsconfig --- extension/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/extension/tsconfig.json b/extension/tsconfig.json index 68db4db9e1..e72ac8000b 100644 --- a/extension/tsconfig.json +++ b/extension/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "resolveJsonModule": true, - "moduleResolution": "node16", "module": "commonjs", "target": "es6", "outDir": "dist",