mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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",
|
||||
"compilerOptions": {
|
||||
...
|
||||
},
|
||||
+ "vueCompilerOptions": {
|
||||
+ "experimentalCompatMode": 2
|
||||
+ }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user