From a146f38b70da9a2506a07eb1b8611c5074420e47 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 18 Feb 2023 02:25:50 +0100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index fa46bf0..708cd3a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "module": "CommonJS", "target": "es5", + "moduleResolution": "node", "lib": ["es2015", "DOM"], "esModuleInterop": true, "declaration": true,