Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(schema)!: use strict typescript mode by default (#8667)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 3, 2022
1 parent cda498b commit f3fbef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/config/typescript.ts
Expand Up @@ -11,7 +11,7 @@ export default defineUntypedSchema({
* Once you’ve converted your codebase to TypeScript, you can start enabling these checks for greater safety.
* [Read More](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#getting-stricter-checks)
*/
strict: false,
strict: true,

/**
* Include parent workspace in the Nuxt project. Mostly useful for themes and module authors.
Expand Down

0 comments on commit f3fbef9

Please sign in to comment.