From 2757e476b7c1326129fdbb01a94622ce32e89775 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 23 Feb 2022 14:56:16 -0500 Subject: [PATCH] Fix typescript imports --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 41f113e86..cead8687c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "baseUrl": "app/", "sourceMap": true, "noImplicitAny": true, "module": "es6",