From 66ac88211bc558cad7265789cd72d2990cdae239 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 8 Jan 2022 16:55:18 -0500 Subject: [PATCH] Set moduleResolution --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index 4e603d25..d77167c6 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "ES2020", + "moduleResolution": "Node", "declaration": true, "strict": true, "allowSyntheticDefaultImports": true,