From 1daaec676eac7d40371417e819cf62e44e995398 Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Tue, 24 Sep 2024 11:57:32 +0200 Subject: [PATCH] exclude scripts --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 97d87ba..efcaf13 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,9 +24,7 @@ "noPropertyAccessFromIndexSignature": false, "skipLibCheck": true }, - "include": [ - "src/**/*.ts" -, "scripts/fetch-deployments.ts" ], + "include": [ "src/**/*.ts" ], "exclude": [ "node_modules", "dist",