Skip to content

Commit

Permalink
chore: Toggle noImplicitAny to false
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 20, 2023
1 parent cfbf90b commit 4eb56ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/export/digitalPlanning/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import {
FileType,
LondonProperty,
PlanningConstraint,
ProjectType,
SiteContact,
UKProperty,
ProjectType,
} from "./schema/types";

interface DigitalPlanningArgs {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.check.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"target": "es2022",
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"jsx": "react",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"target": "es2022",
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"jsx": "react",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"target": "es2022",
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"jsx": "react",
Expand Down

0 comments on commit 4eb56ea

Please sign in to comment.