mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
fix(schema)!: use strict typescript mode by default (#8667)
This commit is contained in:
parent
cda498b070
commit
f3fbef981c
@ -11,7 +11,7 @@ export default defineUntypedSchema({
|
|||||||
* Once you’ve converted your codebase to TypeScript, you can start enabling these checks for greater safety.
|
* 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)
|
* [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.
|
* Include parent workspace in the Nuxt project. Mostly useful for themes and module authors.
|
||||||
|
Loading…
Reference in New Issue
Block a user