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",