From c004c036ddd729b09df35536acb858c5c3e17e37 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sun, 8 May 2022 23:41:17 -0700 Subject: [PATCH] Configure functions module to allow absolute imports --- functions/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/tsconfig.json b/functions/tsconfig.json index c836df11..e183bb44 100644 --- a/functions/tsconfig.json +++ b/functions/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "baseUrl": "../", "module": "commonjs", "noImplicitReturns": true, "outDir": "lib",