From bd3a81fcc13247e9a545dad664b31d92d897aaa1 Mon Sep 17 00:00:00 2001 From: Onno Visser Date: Wed, 4 Oct 2023 17:33:00 +0200 Subject: [PATCH] Redeploy functions (#712) --- functions/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tsconfig.json b/functions/tsconfig.json index c2d64f17..df56000b 100644 --- a/functions/tsconfig.json +++ b/functions/tsconfig.json @@ -4,8 +4,8 @@ "lib": ["ES2020"], "module": "commonjs", "resolveJsonModule": true, - "sourceMap": false, "esModuleInterop": true, + "sourceMap": false, "forceConsistentCasingInFileNames": true, "strict": false, "skipLibCheck": true,