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,