From 6a2909a48734216e06c041d461cffacf0884acc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 6 Jul 2023 14:05:38 +0200 Subject: [PATCH] Revert to using TypeScript in Netlify's functions --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1f82f43..b5f2227 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "esnext", "module": "commonjs", "rootDir": "./", - "outDir": "./dist", + "noEmit": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true,