mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
docs: fix typo (#3205)
This commit is contained in:
parent
e90331a411
commit
7776452061
@ -42,7 +42,7 @@ TypeScript comes with certain checks to give you more safety and analysis of you
|
|||||||
|
|
||||||
Once you’ve converted your codebase to TypeScript and felt familiar with it, you can start enabling these checks for greater safety. ([read more](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#getting-stricter-checks))
|
Once you’ve converted your codebase to TypeScript and felt familiar with it, you can start enabling these checks for greater safety. ([read more](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#getting-stricter-checks))
|
||||||
|
|
||||||
In order to enable strict type checking, you have to update `nuxt.confg`:
|
In order to enable strict type checking, you have to update `nuxt.config`:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
|
Loading…
Reference in New Issue
Block a user