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",