From 52e0c479362fabffc82290c1536bd39113f82fde Mon Sep 17 00:00:00 2001 From: Onno Visser Date: Wed, 4 Oct 2023 17:07:20 +0200 Subject: [PATCH] change nothing --- 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,