mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
docs: remove need to add vueCompilerOptions
at top-level tsconfig.json
(#2209)
This commit is contained in:
parent
2904bfaf34
commit
730cd28d5e
@ -127,10 +127,7 @@ If you are using TypeScript, you can edit your `tsconfig.json` to benefit from a
|
|||||||
+ "extends": "./.nuxt/tsconfig.json",
|
+ "extends": "./.nuxt/tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
...
|
...
|
||||||
},
|
}
|
||||||
+ "vueCompilerOptions": {
|
|
||||||
+ "experimentalCompatMode": 2
|
|
||||||
+ }
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user