Skip to content

Commit

Permalink
Enable compiler "strict": true in GOV.UK Frontend source
Browse files Browse the repository at this point in the history
Built source files only, excluding tasks and tests
  • Loading branch information
colinrotherham committed Aug 23, 2023
1 parent c50aa60 commit 30d9e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/govuk-frontend/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"exclude": ["**/*.test.*"],
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"strict": true,
"target": "ES2015",
"types": ["node"]
}
Expand Down

0 comments on commit 30d9e94

Please sign in to comment.