Skip to content

Commit

Permalink
feat: enable strict: true for typescript defaults (#3030)
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook authored Jan 29, 2025
1 parent ce23e94 commit f7aa9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const NitroDefaults: NitroConfig = {

// Advanced
typescript: {
strict: false,
strict: true,
generateTsConfig: true,
generateRuntimeConfigTypes: true,
tsconfigPath: "types/tsconfig.json",
Expand Down

0 comments on commit f7aa9de

Please sign in to comment.