From 4eb56ea5c8a2b18db431d341f9a310ba5cb2cd7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Tue, 17 Oct 2023 22:22:03 +0100 Subject: [PATCH] chore: Toggle noImplicitAny to false --- src/export/digitalPlanning/model.ts | 2 +- tsconfig.check.json | 2 +- tsconfig.json | 2 +- tsconfig.types.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/export/digitalPlanning/model.ts b/src/export/digitalPlanning/model.ts index 877321f8..8b075e3a 100644 --- a/src/export/digitalPlanning/model.ts +++ b/src/export/digitalPlanning/model.ts @@ -25,9 +25,9 @@ import { FileType, LondonProperty, PlanningConstraint, + ProjectType, SiteContact, UKProperty, - ProjectType, } from "./schema/types"; interface DigitalPlanningArgs { diff --git a/tsconfig.check.json b/tsconfig.check.json index b3c668a6..25ff109f 100644 --- a/tsconfig.check.json +++ b/tsconfig.check.json @@ -7,7 +7,7 @@ "target": "es2022", "module": "commonjs", "moduleResolution": "node", - "noImplicitAny": true, + "noImplicitAny": false, "resolveJsonModule": true, "skipLibCheck": true, "jsx": "react", diff --git a/tsconfig.json b/tsconfig.json index 704f197d..328933ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "target": "es2022", "module": "commonjs", "moduleResolution": "node", - "noImplicitAny": true, + "noImplicitAny": false, "resolveJsonModule": true, "skipLibCheck": true, "jsx": "react", diff --git a/tsconfig.types.json b/tsconfig.types.json index d3aeed7d..313b49e4 100644 --- a/tsconfig.types.json +++ b/tsconfig.types.json @@ -7,7 +7,7 @@ "target": "es2022", "module": "commonjs", "moduleResolution": "node", - "noImplicitAny": true, + "noImplicitAny": false, "resolveJsonModule": true, "skipLibCheck": true, "jsx": "react",