From f7f62d3902bd5a9f95df5fa24202f98b1ed69a98 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sun, 28 Aug 2022 06:02:04 -0400 Subject: [PATCH] add compilerOptions.moduleResolution=node --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8e8771b..83af8a6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "moduleResolution": "node", "noImplicitAny": true, "noImplicitThis": true, "noUnusedLocals": true,